toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'by_peer_ids': this.byPeerIds,
    'by_role_name': this.byRoleName,
    'limit': this.limit,
  };
}