Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
tonic::DartLibraryNatives::Entry Struct Reference

#include <dart_library_natives.h>

Public Attributes

const char * symbol
 
Dart_NativeFunction native_function
 
int argument_count
 
bool auto_setup_scope
 

Detailed Description

Definition at line 22 of file dart_library_natives.h.

Member Data Documentation

◆ argument_count

int tonic::DartLibraryNatives::Entry::argument_count

Definition at line 25 of file dart_library_natives.h.

◆ auto_setup_scope

bool tonic::DartLibraryNatives::Entry::auto_setup_scope

Definition at line 26 of file dart_library_natives.h.

◆ native_function

Dart_NativeFunction tonic::DartLibraryNatives::Entry::native_function

Definition at line 24 of file dart_library_natives.h.

◆ symbol

const char* tonic::DartLibraryNatives::Entry::symbol

Definition at line 23 of file dart_library_natives.h.


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