committee property
CommitteeInfo?
get
committee
Get the current committee info (returns null if not yet resolved).
Implementation
CommitteeInfo? get committee => _committee;
Get the current committee info (returns null if not yet resolved).
CommitteeInfo? get committee => _committee;