UpdateEntitiesWithConditionsResponse.fromJson constructor
UpdateEntitiesWithConditionsResponse.fromJson(
- Map json_
Implementation
UpdateEntitiesWithConditionsResponse.fromJson(core.Map json_)
: this(
response: json_.containsKey('response')
? json_['response'] as core.Map<core.String, core.dynamic>
: null,
);