CreateTableRequest constructor
      
      CreateTableRequest({ 
    
    
- int? columns,
- PageElementProperties? elementProperties,
- String? objectId,
- int? rows,
Implementation
CreateTableRequest({
  this.columns,
  this.elementProperties,
  this.objectId,
  this.rows,
});