groupId property

Object? get groupId

Implementation

Object? get groupId {
  return RouteQueueEntry.of(this)?.groupId;
}