SchemaTypeOverrides constructor

const SchemaTypeOverrides({
  1. Map<String, TypeOverride> byColumn = const {},
  2. Map<String, TypeOverride> byNative = const {},
  3. Map<ColumnType, TypeOverride> byCanonical = const {},
})

Implementation

const SchemaTypeOverrides({
  this.byColumn = const {},
  this.byNative = const {},
  this.byCanonical = const {},
});