AiutaHistoryImage class
General image model of any history flows
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaHistoryImage({required String id, required String url})
- Creates an AiutaHistoryImage with the given URL and id.
-
AiutaHistoryImage.fromJson(Map<
String, dynamic> json) -
Converts the JSON object to an AiutaHistoryImage.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the AiutaHistoryImage to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited