Ref constructor

Ref(
  1. Expr? schema_ref,
  2. String? id
)

Implementation

Ref(this.schema_ref, this.id);