Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tonic::DartWrapperInfo Struct Reference

#include <dart_wrapper_info.h>

Public Member Functions

 DartWrapperInfo (const char *library_name, const char *interface_name)
 

Public Attributes

const char * library_name
 
const char * interface_name
 

Detailed Description

Definition at line 15 of file dart_wrapper_info.h.

Constructor & Destructor Documentation

◆ DartWrapperInfo()

tonic::DartWrapperInfo::DartWrapperInfo ( const char *  library_name,
const char *  interface_name 
)
inline

Member Data Documentation

◆ interface_name

const char* tonic::DartWrapperInfo::interface_name

Definition at line 17 of file dart_wrapper_info.h.

◆ library_name

const char* tonic::DartWrapperInfo::library_name

Definition at line 16 of file dart_wrapper_info.h.


The documentation for this struct was generated from the following file: