MaxiCodeMode class

MaxiCodeMode: Mode2, Mode3, Mode4, Mode5, Mode6

Constructors

MaxiCodeMode.fromJson(dynamic data)
Creates a MaxiCodeMode instance from a JSON representation.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toJson() String?
Returns a JSON representation of MaxiCodeMode.
toString() String
A string representation of this object.
override

Operators

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

Static Properties

Mode2 MaxiCodeMode
final
Mode3 MaxiCodeMode
final
Mode4 MaxiCodeMode
final
Mode5 MaxiCodeMode
final
Mode6 MaxiCodeMode
final

Static Methods

listFromJson(List json) List<MaxiCodeMode>
Converts a list of JSON objects to a list of MaxiCodeMode instances.