isSubscribed property
BoolColumn
get
isSubscribed
Whether the local node is subscribed (actively participating) in this group. Only one group can be active at a time for NodeRole.group nodes.
Implementation
BoolColumn get isSubscribed => boolean().withDefault(const Constant(false))();