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

hashCode int
The hash code for this object.
no setterinherited
id String
ID of the uploaded image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
URL of the image.
final

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