getReference method

dynamic getReference()

Returns the lock token that this MessageEnvelope references.

Implementation

dynamic getReference() {
  return _reference;
}