subject property

String subject

Implementation

String get subject =>
    OpenMailApp._isIOS ? Uri.encodeComponent(_subject) : _subject;