messages property Null safety
Gets the list of GameMessage
s that have been exchanged this game
Implementation
IList<GameMessage> get messages => generic.messages;
Gets the list of GameMessage
s that have been exchanged this game
IList<GameMessage> get messages => generic.messages;