Token constructor

Token({
  1. Store? store,
  2. String? token,
})

Implementation

Token({this.store, this.token});