getRoster method

List<Buddy> getRoster()

Implementation

List<Buddy> getRoster() {
  return _rosterMap.values.toList();
}