subject property
String?
get
subject
Subject: identifies the principal that is the subject of the token (key 2).
Implementation
String? get subject => _map[2] as String?;
set
subject
(String? value)
Implementation
set subject(String? value) => _set(2, value);