GoogleFirestoreAdminV1Stats.fromJson constructor

GoogleFirestoreAdminV1Stats.fromJson(
  1. Map json_
)

Implementation

GoogleFirestoreAdminV1Stats.fromJson(core.Map json_)
    : this(
        documentCount: json_['documentCount'] as core.String?,
        indexCount: json_['indexCount'] as core.String?,
        sizeBytes: json_['sizeBytes'] as core.String?,
      );