menu
ews package
documentation
PropertyDefinitions/TypedPropertyDefinition.dart
TypedPropertyDefinition
toStringWithObject method
toStringWithObject method
dark_mode
light_mode
toStringWithObject
method
String
?
toStringWithObject
(
Object
value
)
Convert instance to string.
The value.
Implementation
String? toStringWithObject(Object value) { return value.toString(); }
ews package
documentation
PropertyDefinitions/TypedPropertyDefinition
TypedPropertyDefinition
toStringWithObject method
TypedPropertyDefinition class