others property

others is a list of other players

Implementation

List<PlayerController> get others =>
    players.where((player) => player != this).toList();