tag property
The tag of this enum object
Implementation
RsvpStatusTag get tag {
if (_tag == null) {
destructureSelf();
}
return _tag!;
}
The tag of this enum object
RsvpStatusTag get tag {
if (_tag == null) {
destructureSelf();
}
return _tag!;
}