PillarKey.withToken constructor

const PillarKey.withToken(
  1. Type type, {
  2. required String? token,
})

Implementation

const PillarKey.withToken(Type type, {required String? token})
    : this._((type: type, token: token));