menu
http_simulator package
documentation
entity/Badge.dart
Badge
Badge constructor
Badge constructor
dark_mode
light_mode
Badge
constructor
Badge
(
int
_id
,
String
?
_name
,
int
_points
,
String
?
_type
,
String
?
_description
,
)
Implementation
Badge(super._id, this._name, this._points, this._type, this._description);
http_simulator package
documentation
entity/Badge
Badge
Badge constructor
Badge class