TokenModel constructor

TokenModel({
  1. String? id,
  2. String? method,
})

Implementation

TokenModel({
  this.id,
  this.method,
});