TableFieldSchema constructor
TableFieldSchema({
- TableFieldSchemaCategories? categories,
- String? collation,
- String? defaultValueExpression,
- String? description,
- List<
TableFieldSchema> ? fields, - String? foreignTypeDefinition,
- String? maxLength,
- String? mode,
- String? name,
- TableFieldSchemaPolicyTags? policyTags,
- String? precision,
- TableFieldSchemaRangeElementType? rangeElementType,
- String? roundingMode,
- String? scale,
- 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,
});