Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
ProfileEntity Class Reference

Private Member Functions

 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, })

Private Attributes

final String email
final int id
final String phoneNumber
final String name

Detailed Description

Definition at line 3 of file profile_model.dart.

Constructor & Destructor Documentation

◆ ProfileEntity()

const ProfileEntity::ProfileEntity ( { this.email, this.id, this.phoneNumber, this.name, } )
private

Member Function Documentation

◆ fromJson()

factory ProfileModel ProfileEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 11 of file profile_model.dart.

Here is the call graph for this function:

◆ ProfileModel()

ProfileEntity::ProfileModel ( { super.email, super.id, super.name, super.phoneNumber, } )
private
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > ProfileEntity::toJson ( )
inlineprivate

Definition at line 20 of file profile_model.dart.

Member Data Documentation

◆ email

final String ProfileEntity::email
private

Definition at line 2 of file profile_entity.dart.

◆ id

final int ProfileEntity::id
private

Definition at line 3 of file profile_entity.dart.

◆ name

final String ProfileEntity::name
private

Definition at line 6 of file profile_entity.dart.

◆ phoneNumber

final String ProfileEntity::phoneNumber
private

Definition at line 4 of file profile_entity.dart.


The documentation for this class was generated from the following files: