OrderCancellation class Null safety
Constructors
- OrderCancellation({String? actor, String? creationDate, int? quantity, String? reason, String? reasonText})
- OrderCancellation.fromJson(Map json_)
Properties
- actor ↔ String?
-
The actor that created the cancellation.
read / write
- creationDate ↔ String?
-
Date on which the cancellation has been created, in ISO 8601 format.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- quantity ↔ int?
-
The quantity that was canceled.
read / write
- reason ↔ String?
-
The reason for the cancellation.
read / write
- reasonText ↔ String?
-
The explanation of the reason.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited