isRichMessage property

bool isRichMessage

returns if a message is a rich message

Implementation

bool get isRichMessage =>
    content['format'] == 'org.sdn.custom.html' &&
    content['formatted_body'] is String;