Turn constructor

Turn({
  1. String? turn,
  2. String? username,
  3. String? password,
})

Implementation

Turn({
  this.turn,
  this.username,
  this.password,
});