byTypeOid property

Map<int, PgDataType<Object>> byTypeOid
final

Implementation

static final Map<int, PgDataType> byTypeOid = Map.unmodifiable({
  for (final type in values)
    if (type.oid != null) type.oid: type,
});