getFollowersList method

AtFollowsList? getFollowersList()

Implementation

AtFollowsList? getFollowersList() {
  return _connectionService.followers;
}