MssqlSourceRef constructor

const MssqlSourceRef({
  1. required String table,
  2. String? schema,
})

Implementation

const MssqlSourceRef({required this.table, this.schema});