PlayGroupingApiToken constructor

PlayGroupingApiToken({
  1. String? tokenValue,
})

Implementation

PlayGroupingApiToken({
  this.tokenValue,
});