FilestoreReference.fromJson constructor

FilestoreReference.fromJson(
  1. Map json_
)

Implementation

FilestoreReference.fromJson(core.Map json_)
  : this(filestore: json_['filestore'] as core.String?);