tag property

RsvpStatusTag get tag

The tag of this enum object

Implementation

RsvpStatusTag get tag {
  if (_tag == null) {
    destructureSelf();
  }
  return _tag!;
}