SqlTypeSystem constructor

  1. @Deprecated('Only the default instance is supported')
const SqlTypeSystem(
  1. List<SqlType> types
)

Constructs a SqlTypeSystem from the types.

Implementation

@Deprecated('Only the default instance is supported')
const factory SqlTypeSystem(List<SqlType> types) = SqlTypeSystem._;