TableFieldSchema constructor

TableFieldSchema({
  1. TableFieldSchemaCategories? categories,
  2. String? collation,
  3. String? defaultValueExpression,
  4. String? description,
  5. List<TableFieldSchema>? fields,
  6. String? maxLength,
  7. String? mode,
  8. String? name,
  9. TableFieldSchemaPolicyTags? policyTags,
  10. String? precision,
  11. TableFieldSchemaRangeElementType? rangeElementType,
  12. String? roundingMode,
  13. String? scale,
  14. String? type,
})

Implementation

TableFieldSchema({
  this.categories,
  this.collation,
  this.defaultValueExpression,
  this.description,
  this.fields,
  this.maxLength,
  this.mode,
  this.name,
  this.policyTags,
  this.precision,
  this.rangeElementType,
  this.roundingMode,
  this.scale,
  this.type,
});