MissingBlobs.fromJson constructor

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

Implementation

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