WebApiModulesPluginsTeamupTeamupPluginLocationSettings constructor

const WebApiModulesPluginsTeamupTeamupPluginLocationSettings({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? locationId,
  5. String? location,
  6. String? teamupCalendarKey,
  7. String? teamupDeliveryEventCalendarId,
  8. String? teamupPickupEventCalendarId,
})

Implementation

const WebApiModulesPluginsTeamupTeamupPluginLocationSettings({
  this.status,
  this.success,
  this.msg,
  this.locationId,
  this.location,
  this.teamupCalendarKey,
  this.teamupDeliveryEventCalendarId,
  this.teamupPickupEventCalendarId,
});