TokenValue constructor

const TokenValue({
  1. required String identity,
  2. ApiScope? api,
  3. String? role,
})

Implementation

const TokenValue({required this.identity, this.api, this.role});