subject property

String? subject

The subject of the Inbox item.

If this item was not retrieved via the Inbox, this may be null.

Implementation

String? get subject => data!['subject'];