AiutaHistoryImage.fromJson constructor

AiutaHistoryImage.fromJson(
  1. Map<String, dynamic> json
)

Converts the JSON object to an AiutaHistoryImage.

Implementation

factory AiutaHistoryImage.fromJson(Map<String, dynamic> json) =>
    _$AiutaHistoryImageFromJson(json);