menu
sunny_sdk_core package
documentation
mverse/m_model.dart
MKey
parsed static method
parsed static method
dark_mode
light_mode
parsed
static method
MKey
?
parsed
(
String
?
value
, {
MSchemaRef
?
mtype
,
})
Implementation
static MKey? parsed(String? value, {MSchemaRef? mtype}) => _parse(value, mtype: mtype);
sunny_sdk_core package
documentation
mverse/m_model
MKey
parsed static method
MKey class