ObjRef constructor

ObjRef(
  1. {String? id,
  2. bool? fixedId}
)

Implementation

ObjRef({
  this.id,
  this.fixedId,
});