menu
dartpip package
documentation
interface_gen/interface_gen.dart
Primitive
Primitive.new const constructor
Primitive.new const constructor
dark_mode
light_mode
Primitive
constructor
const
Primitive
(
String
name
,
String
sanitizedName
,
Object
?
value
)
Wraps a Python object in a
Primitive
.
Implementation
const Primitive(this.name, this.sanitizedName, this.value);
dartpip package
documentation
interface_gen/interface_gen
Primitive
Primitive.new const constructor
Primitive class