menu
tempcord_data_interface package
documentation
interface.dart
ProfileWithId<T extends Comparable>
ProfileWithId.new constructor
ProfileWithId.new constructor
dark_mode
light_mode
ProfileWithId<
T extends Comparable
>
constructor
ProfileWithId<
T extends Comparable
>
(
T
id
,
String
name
,
Animal
animal
)
Construct
Profile
which has
id
.
Implementation
external ProfileWithId(T id, String name, Animal animal);
tempcord_data_interface package
documentation
interface
ProfileWithId<T extends Comparable>
ProfileWithId.new constructor
ProfileWithId class