ManagedConfigurationsSettings.fromJson constructor
ManagedConfigurationsSettings.fromJson(
- 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?,
);