Traits constructor
Traits({
- String? avatar,
- DateTime? createdAt,
- String? description,
- String? email,
- String? fax,
- String? name,
- String? phone,
- String? website,
- int? age,
- DateTime? birthday,
- String? firstName,
- String? gender,
- String? lastName,
- String? title,
- String? username,
- int? employees,
- String? industry,
- Address? address,
- Map<
String, Object> others = const {},
Implementation
Traits(
{this.avatar,
this.createdAt,
this.description,
this.email,
this.fax,
this.name,
this.phone,
this.website,
this.age,
this.birthday,
this.firstName,
this.gender,
this.lastName,
this.title,
this.username,
this.employees,
this.industry,
this.address,
this.others = const {}});