BlobRefs.fromJson constructor

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

A method fromJson that takes a map in JSON format as input, and converts it into an instance of BlobRefs.

Implementation

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