Player constructor

Player({
  1. required int id,
})

Implementation

Player({required int id});