OracleTable constructor
OracleTable({
- List<
OracleColumn> ? oracleColumns, - String? table,
Implementation
OracleTable({
this.oracleColumns,
this.table,
});