others property

List<PlayerController> others
inherited

others is a list of other players

Implementation

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