subject property

  1. @override
String? subject
override

The subject line of the conversation.

Implementation

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