SchemaTypeOverrides constructor
const
SchemaTypeOverrides({
- Map<
String, TypeOverride> byColumn = const {}, - Map<
String, TypeOverride> byNative = const {}, - Map<
ColumnType, TypeOverride> byCanonical = const {},
Implementation
const SchemaTypeOverrides({
this.byColumn = const {},
this.byNative = const {},
this.byCanonical = const {},
});