menu
tth_api_client package
documentation
api.dart
Level
Level.new constructor
Level.new constructor
dark_mode
light_mode
Level
constructor
Level
(
{
required
int
id
,
String
?
level
,
required
String
slug
,
})
Returns a new
Level
instance.
Implementation
Level({ required this.id, this.level, required this.slug, });
tth_api_client package
documentation
api
Level
Level.new constructor
Level class