Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created May 5, 2018 08:06
Show Gist options
  • Save rajajawahar/d54b4a3e2bffc2a705ab415c092877fb to your computer and use it in GitHub Desktop.
Save rajajawahar/d54b4a3e2bffc2a705ab415c092877fb to your computer and use it in GitHub Desktop.
class Employee{
String firstName;
String lastName;
String mobileNo;
String emailId;
Employee(this.firstName, this.lastName,this.mobileNo,this.emailId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment