Plate class

Takes motorcycle or car plate and gives information based on it

Constructors

Plate({required String plate})

Properties

hashCode int
The hash code for this object.
no setterinherited
info → PlateInfo
Gives information based on normalized form of the plate
no setter
isValid bool
Checks plate validation based on normalized form of the plate and its information
no setter
normalizedPlate ↔ NormalizedPlate
The plate in normalized form that separates char and number parts
getter/setter pair
plate String
The plate in String form
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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