ServiceConfigOverrides.fromJson constructor

ServiceConfigOverrides.fromJson(
  1. Map json_
)

Implementation

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