CreateTableRequest constructor

CreateTableRequest({
  1. int? columns,
  2. PageElementProperties? elementProperties,
  3. String? objectId,
  4. int? rows,
})

Implementation

CreateTableRequest({
  this.columns,
  this.elementProperties,
  this.objectId,
  this.rows,
});