TableRef constructor

TableRef({
  1. required String name,
  2. List<String>? namespace,
  3. String? alias,
  4. String? branch,
  5. int? version,
})

Implementation

TableRef({required this.name, this.namespace, this.alias, this.branch, this.version});