ServiceConfigOverrides.fromJson constructor
ServiceConfigOverrides.fromJson(
- Map json_
Implementation
ServiceConfigOverrides.fromJson(core.Map json_)
: this(maxInstanceCount: json_['maxInstanceCount'] as core.int?);