TrimWhitespaceResponse constructor

TrimWhitespaceResponse({
  1. int? cellsChangedCount,
})

Implementation

TrimWhitespaceResponse({
  this.cellsChangedCount,
});