body property

String body

Implementation

String get body => OpenMailApp._isIOS ? Uri.encodeComponent(_body) : _body;