UnitOfMeasures class

Model class representing UnitOfMeasures.

Constructors

UnitOfMeasures({List<UnitOfMeasuresDetails> results = const []})
const
UnitOfMeasures.fromJson(Json json)
Creates a new instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
results List<UnitOfMeasuresDetails>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<UnitOfMeasuresDetails>? results}) UnitOfMeasures
Creates a copy of the current instance with optional new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
Converts the instance to a JSON map.
toString() String
A string representation of this object.
override

Operators

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