menu
sunny_graphql package
documentation
sunny_graphql_models.dart
BaseSunnyEntity
mkey property
mkey property
dark_mode
light_mode
mkey
property
MKey?
get
mkey
Implementation
MKey? get mkey { return id == null ? null : MKey.fromType(mtype, id!); }
sunny_graphql package
documentation
sunny_graphql_models
BaseSunnyEntity
mkey property
BaseSunnyEntity class