menu
tempcord_data_interface package
documentation
interface.dart
ProfileWithId<T extends Comparable>
updateName abstract method
updateName abstract method
dark_mode
light_mode
updateName
abstract method
@
override
ProfileWithId
<
T
>
updateName
(
String
name
)
override
Return a
Profile
with updated
name
.
Implementation
@override ProfileWithId<T> updateName(String name);
tempcord_data_interface package
documentation
interface
ProfileWithId<T extends Comparable>
updateName abstract method
ProfileWithId class