Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
copy_dart.Library Class Reference
Inheritance diagram for copy_dart.Library:

Public Member Functions

 __init__ (self, name, imports, sources, natives, code, comment)
 

Public Attributes

 name
 
 imports
 
 sources
 
 natives
 
 code
 
 comment
 

Detailed Description

Definition at line 18 of file copy_dart.py.

Constructor & Destructor Documentation

◆ __init__()

copy_dart.Library.__init__ (   self,
  name,
  imports,
  sources,
  natives,
  code,
  comment 
)

Definition at line 20 of file copy_dart.py.

20 def __init__(self, name, imports, sources, natives, code, comment):
21 self.name = name
22 self.imports = imports
23 self.sources = sources
24 self.natives = natives
25 self.code = code
26 self.comment = comment
27
28

Member Data Documentation

◆ code

copy_dart.Library.code

Definition at line 25 of file copy_dart.py.

◆ comment

copy_dart.Library.comment

Definition at line 26 of file copy_dart.py.

◆ imports

copy_dart.Library.imports

Definition at line 22 of file copy_dart.py.

◆ name

copy_dart.Library.name

Definition at line 21 of file copy_dart.py.

◆ natives

copy_dart.Library.natives

Definition at line 24 of file copy_dart.py.

◆ sources

copy_dart.Library.sources

Definition at line 23 of file copy_dart.py.


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