Player constructor

Player(
  1. String accountId, {
  2. required String displayName,
})

constructor

Implementation

Player(this.accountId, {required this.displayName});