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