Traits class

Constructors

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 {}})

Properties

address Address?
final
age int?
final
avatar String?
final
birthday DateTime?
final
createdAt DateTime?
final
description String?
final
email String?
final
employees int?
final
fax String?
final
firstName String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
industry String?
final
lastName String?
final
name String?
final
others Map<String, Object>
final
phone String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
username String?
final
website String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited