menu
sunny_sdk_core package
documentation
mverse/m_model.dart
MEntity
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
MEntity
?
fromJson
(
dynamic
json
)
override
Implementation
static MEntity? fromJson(json) { return mmodelRegistry.instantiate(json: json); }
sunny_sdk_core package
documentation
mverse/m_model
MEntity
fromJson static method
MEntity class