Ref.empty constructor

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

Implementation

Ref.empty({this.schema_ref, this.id});