Aidra Connect
10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
profile_entity.dart
Go to the documentation of this file.
1
class
ProfileEntity
{
2
final
String?
email
;
3
final
int
?
id
;
4
final
String?
phoneNumber
;
5
6
final
String?
name
;
7
8
const
ProfileEntity
({
9
this.email,
10
this.id,
11
this.phoneNumber,
12
this.name,
13
});
14
}
ProfileEntity
Definition
profile_model.dart:3
ProfileEntity::ProfileEntity
const ProfileEntity({ this.email, this.id, this.phoneNumber, this.name, })
ProfileEntity::id
final int id
Definition
profile_entity.dart:3
ProfileEntity::email
final String email
Definition
profile_entity.dart:2
ProfileEntity::name
final String name
Definition
profile_entity.dart:6
ProfileEntity::phoneNumber
final String phoneNumber
Definition
profile_entity.dart:4
lib
features
account
domain
entities
profile_entity.dart
Generated by
1.16.1