CreateRowRequest constructor

CreateRowRequest({
  1. String? parent,
  2. Row? row,
  3. String? view,
})

Implementation

CreateRowRequest({
  this.parent,
  this.row,
  this.view,
});