contacts property
List<TopicSubscription>
get
contacts
Implementation
List<TopicSubscription> get contacts {
return _contacts.values.toList();
}
List<TopicSubscription> get contacts {
return _contacts.values.toList();
}