add page of fcs
This commit is contained in:
19
lib/vo/fcs_profile.dart
Normal file
19
lib/vo/fcs_profile.dart
Normal file
@@ -0,0 +1,19 @@
|
||||
class FCSProfile {
|
||||
String id;
|
||||
String usaAddress;
|
||||
String mmAddress;
|
||||
String usaContactNumber;
|
||||
String mmContactNumber;
|
||||
String mail;
|
||||
String facebook;
|
||||
|
||||
FCSProfile({
|
||||
this.id,
|
||||
this.usaAddress,
|
||||
this.mmAddress,
|
||||
this.usaContactNumber,
|
||||
this.mmContactNumber,
|
||||
this.mail,
|
||||
this.facebook,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user