BatchDeleteRowsRequest constructor

BatchDeleteRowsRequest({
  1. List<String>? names,
})

Implementation

BatchDeleteRowsRequest({
  this.names,
});