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