TableFieldSchema constructor

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

Implementation

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