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