IdName class abstract

IdName

Properties:

  • id - The identifier of the terminal model.
  • name_ - The name of the terminal model.
Annotations
  • @BuiltValue.new()

Constructors

IdName([void updates(IdNameBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the terminal model.
no setter
name_ String?
The name of the terminal model.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(IdNameBuilder)) IdName
Rebuilds the instance.
inherited
toBuilder() IdNameBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<IdName>
no setter