InsanichessPlayer constructor

const InsanichessPlayer(
  1. {required String id,
  2. required String username}
)

Constructs new InsanichessPlayer with given id and username.

Implementation

const InsanichessPlayer({required this.id, required this.username});