setReference method

void setReference(
  1. dynamic value
)

Sets a lock token reference for this MessageEnvelope.

  • value the lock token to reference.

Implementation

void setReference(value) {
  _reference = value;
}