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