UpdateEntitiesWithConditionsResponse constructor

UpdateEntitiesWithConditionsResponse({
  1. Map<String, Object?>? response,
})

Implementation

UpdateEntitiesWithConditionsResponse({
  this.response,
});