GoogleFirestoreAdminV1TtlConfig.fromJson constructor

GoogleFirestoreAdminV1TtlConfig.fromJson(
  1. Map json_
)

Implementation

GoogleFirestoreAdminV1TtlConfig.fromJson(core.Map json_)
    : this(
        state: json_['state'] as core.String?,
      );