GoogleFirebaseAppcheckV1PlayIntegrityConfig.fromJson constructor

GoogleFirebaseAppcheckV1PlayIntegrityConfig.fromJson(
  1. Map json_
)

Implementation

GoogleFirebaseAppcheckV1PlayIntegrityConfig.fromJson(core.Map json_)
    : this(
        name: json_['name'] as core.String?,
        tokenTtl: json_['tokenTtl'] as core.String?,
      );