Device class
Constructors
Properties
- code ↔ String?
-
getter/setter pair
- companyLicenceCode ↔ String?
-
getter/setter pair
- createdAt ↔ DateTime?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- deviceIdentifier ↔ String?
-
getter/setter pair
- deviceInfo ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writeAt ↔ DateTime?
-
getter/setter pair
- writeBy ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{String? code, String? description, String? deviceIdentifier, String? deviceInfo, String? companyLicenceCode, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy}) → Device -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited