decodeSubject method
Decodes the subject of this message
Implementation
String? decodeSubject() {
_decodedSubject ??= decodeHeaderValue('subject');
return _decodedSubject;
}
Decodes the subject of this message
String? decodeSubject() {
_decodedSubject ??= decodeHeaderValue('subject');
return _decodedSubject;
}