add customers and staffs
This commit is contained in:
@@ -22,6 +22,8 @@ class Setting {
|
||||
String mmContactNumber;
|
||||
String emailAddress;
|
||||
String facebookLink;
|
||||
bool inviteRequired;
|
||||
String appUrl;
|
||||
|
||||
final String okEnergyId;
|
||||
final String about;
|
||||
@@ -84,6 +86,8 @@ class Setting {
|
||||
this.mmContactNumber,
|
||||
this.emailAddress,
|
||||
this.facebookLink,
|
||||
this.inviteRequired,
|
||||
this.appUrl,
|
||||
this.about,
|
||||
this.okEnergyId,
|
||||
this.terms,
|
||||
@@ -122,6 +126,8 @@ class Setting {
|
||||
|
||||
return Setting(
|
||||
supportBuildNum: map['support_build_number'],
|
||||
inviteRequired: map['invite_required'],
|
||||
appUrl: map['app_url'],
|
||||
usaAddress: map['usa_address'],
|
||||
mmAddress: map['mm_address'],
|
||||
usaContactNumber: map['usa_contact_number'],
|
||||
|
||||
Reference in New Issue
Block a user