BlobRef.fromJson constructor

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

Implementation

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