subject property

String? subject
final

Used as email subject where supported (e.g. EXTRA_SUBJECT on Android)

When using the email fallback, this will be the subject of the email.

  • Supported platforms: All

Implementation

final String? subject;