PostgresTableHandle constructor
PostgresTableHandle(})
Implementation
PostgresTableHandle(
this.name,
Map<String, PostgresTableField> fields, {
this.description = '',
this.isView = false,
super.defaultValue,
}) : fields = UnmodifiableMapView(
Map<String, PostgresTableField>.from(fields),
);