menu
mvvm_service package
documentation
components/service_id.dart
ServiceId
ServiceId.new const constructor
ServiceId.new const constructor
dark_mode
light_mode
ServiceId
constructor
const
ServiceId
(
{
required
Key
?
key
,
required
Type
type
,
})
Implementation
const ServiceId({ required this.key, required this.type, });
mvvm_service package
documentation
components/service_id
ServiceId
ServiceId.new const constructor
ServiceId class