menu
strike package
documentation
models/profile.dart
Profile
Profile constructor
Profile constructor
dark_mode
light_mode
Profile
constructor
Profile
(
{
String
?
handle
,
bool
?
canReceive
,
List
<
ProfileCurrency
>
?
currencies
,
String
?
avatarUrl
,
String
?
description
,
})
Implementation
Profile({ this.handle, this.canReceive, this.currencies, this.avatarUrl, this.description, });
strike package
documentation
models/profile
Profile
Profile constructor
Profile class