menu
iugu package
documentation
domain/entities/data_entry/features.dart
Feature
Feature constructor
Feature constructor
dark_mode
light_mode
Feature
constructor
Feature
(
{
String
?
name
,
String
?
identifier
,
int
?
value
,
})
Implementation
Feature({ this.name, this.identifier, this.value, });
iugu package
documentation
domain/entities/data_entry/features
Feature
Feature constructor
Feature class