ImageRequest.fromJson constructor

ImageRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ImageRequest.fromJson(Map<String, Object?> json) =>
    _$ImageRequestFromJson(json);