UpdateEntitiesWithConditionsResponse.fromJson constructor

UpdateEntitiesWithConditionsResponse.fromJson(
  1. Map json_
)

Implementation

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