DartPyModule class Null safety

A dart representation for the python module

Constructors

DartPyModule(String moduleName, Pointer<PyObject> _moduleRef)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
moduleName String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

dispose() → void
Disposes the python module
getFunction(String name) DartPyFunction
Gets a function from the module
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited