TokenNew constructor

TokenNew({
  1. String? type,
  2. String? value,
  3. String? appName,
})

Implementation

TokenNew({
  this.type,
  this.value,
  this.appName,
});