menu
challenges_flutter package
documentation
entities/challenges_entity.dart
Value
Value constructor
Value constructor
dark_mode
light_mode
Value
constructor
Value
(
{
required
String
key
,
required
String
operator
,
required
dynamic
value
,
})
Implementation
Value({ required this.key, required this.operator, required this.value, });
challenges_flutter package
documentation
entities/challenges_entity
Value
Value constructor
Value class