menu
superdeck package
documentation
schema/schema_values.dart
SchemaValue<V>
tryParse method
tryParse method
dark_mode
light_mode
tryParse
method
V?
tryParse
(
Object
value
)
Implementation
V? tryParse(Object value) => value as V?;
superdeck package
documentation
schema/schema_values
SchemaValue<V>
tryParse method
SchemaValue class