PyFunction class Null safety
Annotation for a dart function to automatically create the python bindings
Work in progress
Constructors
- PyFunction({required String name, required String module})
-
const
Properties
Methods
-
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