ImageFile.fromJson constructor

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

Constructs an ImageFile from the provided json.

Implementation

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