Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, name, imports, sources, natives, code, comment) |
Public Attributes | |
name | |
imports | |
sources | |
natives | |
code | |
comment | |
Definition at line 18 of file copy_dart.py.
def copy_dart.Library.__init__ | ( | self, | |
name, | |||
imports, | |||
sources, | |||
natives, | |||
code, | |||
comment | |||
) |
Definition at line 20 of file copy_dart.py.
copy_dart.Library.code |
Definition at line 25 of file copy_dart.py.
copy_dart.Library.comment |
Definition at line 26 of file copy_dart.py.
copy_dart.Library.imports |
Definition at line 22 of file copy_dart.py.
copy_dart.Library.name |
Definition at line 21 of file copy_dart.py.
copy_dart.Library.natives |
Definition at line 24 of file copy_dart.py.
copy_dart.Library.sources |
Definition at line 23 of file copy_dart.py.