TokenInstance constructor

TokenInstance(
  1. String token,
  2. String instance
)

Implementation

TokenInstance(this.token, this.instance);