|
| | ProfileModel ({ super.email, super.id, super.name, super.phoneNumber, }) |
| factory ProfileModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
| const | ProfileEntity ({ this.email, this.id, this.phoneNumber, this.name, }) |
Definition at line 3 of file profile_model.dart.
◆ ProfileEntity()
| const ProfileEntity::ProfileEntity |
( |
{ this.email, this.id, this.phoneNumber, this.name, } | | ) |
|
|
private |
◆ fromJson()
| factory ProfileModel ProfileEntity::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ ProfileModel()
| ProfileEntity::ProfileModel |
( |
{ super.email, super.id, super.name, super.phoneNumber, } | | ) |
|
|
private |
◆ toJson()
| Map< String, dynamic > ProfileEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ email
| final String ProfileEntity::email |
|
private |
◆ id
| final int ProfileEntity::id |
|
private |
◆ name
| final String ProfileEntity::name |
|
private |
◆ phoneNumber
| final String ProfileEntity::phoneNumber |
|
private |
The documentation for this class was generated from the following files: