ManagedConfigurationsSettings.fromJson constructor

ManagedConfigurationsSettings.fromJson(
  1. Map json_
)

Implementation

ManagedConfigurationsSettings.fromJson(core.Map json_)
  : this(
      lastUpdatedTimestampMillis:
          json_['lastUpdatedTimestampMillis'] as core.String?,
      mcmId: json_['mcmId'] as core.String?,
      name: json_['name'] as core.String?,
    );