TableSchema constructor
TableSchema({
- List<
TableFieldSchema> ? fields, - ForeignTypeInfo? foreignTypeInfo,
Implementation
TableSchema({
this.fields,
this.foreignTypeInfo,
});