PasteDataRequest constructor

PasteDataRequest({
  1. GridCoordinate? coordinate,
  2. String? data,
  3. String? delimiter,
  4. bool? html,
  5. String? type,
})

Implementation

PasteDataRequest({
  this.coordinate,
  this.data,
  this.delimiter,
  this.html,
  this.type,
});