Commit 868d95eb authored by Dasun Madushanka's avatar Dasun Madushanka

update form users

parent 346a9d54
class User {
String fullName;
String email;
String age;
String mentalage;
User(
{this.fullName = '',
this.email = '',
this.age = '',
this.mentalage = ''});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment