menu
ella package
documentation
marshal/MarshalledObject.dart
MarshalledObject
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
property
)
Get as int or empty if null
Implementation
int getInt(String property) { return get(property)?.asInt() ?? 0; }
ella package
documentation
marshal/MarshalledObject
MarshalledObject
getInt method
MarshalledObject class