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