issuer property
String?
get
issuer
Issuer: identifies the principal that issued the token (key 1).
Implementation
String? get issuer => _map[1] as String?;
set
issuer
(String? value)
Implementation
set issuer(String? value) => _set(1, value);