menu
utilities_framework_flutter package
documentation
utils/view_models.dart
KeyValueViewModel
KeyValueViewModel.new constructor
KeyValueViewModel.new constructor
dark_mode
light_mode
KeyValueViewModel
constructor
KeyValueViewModel
(
String
key
,
String
value
, {
String
?
id
,
String
?
description
,
})
Implementation
KeyValueViewModel( this.key, this.value, { this.id, this.description, });
utilities_framework_flutter package
documentation
utils/view_models
KeyValueViewModel
KeyValueViewModel.new constructor
KeyValueViewModel class