Mutation$sendMessageToTarget$sendMessageToTarget$location constructor

Mutation$sendMessageToTarget$sendMessageToTarget$location({
  1. Enum$ZoneTypesEnum? type,
  2. List<double>? coordinates,
})

Implementation

Mutation$sendMessageToTarget$sendMessageToTarget$location({
  this.type,
  this.coordinates,
});