Commit 119cab65 authored by Dasun Madushanka's avatar Dasun Madushanka

Update user.dart

parent 0f6cf958
//user class
class User { class User {
String fullName; String fullName;
String email; String email;
String age; String age;
String mentalage; String mentalage;
//super class
User( User(
{this.fullName = '', {this.fullName = '',
this.email = '', this.email = '',
......
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