TableRef constructor

TableRef({
  1. required String name,
  2. List<String>? namespace,
  3. String? alias,
})

Implementation

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