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