Commit 25b656e1 authored by Dasun Madushanka's avatar Dasun Madushanka

Update user.dart

parent 868d95eb
//form- user class can added paramteres
class User {
String fullName;
String email;
String age;
String mentalage;
//superuser
User(
{this.fullName = '',
......
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