menu
loan_sdk_package package
documentation
app/data/models/dto/user_model.dart
Profile
Profile.new constructor
Profile.new constructor
dark_mode
light_mode
Profile
constructor
Profile
(
{
String
?
id
,
String
?
lenderId
,
String
?
anchorId
,
})
Implementation
Profile({this.id, this.lenderId, this.anchorId});
loan_sdk_package package
documentation
app/data/models/dto/user_model
Profile
Profile.new constructor
Profile class