ObjectReference constructor

ObjectReference({
  1. String? selector,
})

Implementation

ObjectReference({
  this.selector,
});