PlateNumber class
- Available extensions
Constructors
- PlateNumber.new({required List values, required List valueTypes})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- values → List
-
final
- valueTypes → List
-
final
Methods
-
copyWith(
{List? values, List? valueTypes}) → PlateNumber -
isCompleted(
) → bool -
Available on PlateNumber, provided by the Tools extension
-
isEmpty(
) → bool -
Available on PlateNumber, provided by the Tools extension
-
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