RecallToken constructor

RecallToken({
  1. String? expireTime,
  2. bool? multiPlayerPersona,
  3. String? token,
})

Implementation

RecallToken({
  this.expireTime,
  this.multiPlayerPersona,
  this.token,
});