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

Update user.dart

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