register method

R register(
  1. String ownerId
)

Links this reactive object to an owner ID.

Implementation

R register(String ownerId) {
  this.ownerId = ownerId;
  return this;
}