toMap method
Implementation
Map<String, Object?> toMap() => _convertDefaultStyleInformationToMap(this)
..addAll(<String, Object?>{
'bigText': bigText,
'htmlFormatBigText': htmlFormatBigText,
'contentTitle': contentTitle,
'htmlFormatContentTitle': htmlFormatContentTitle,
'summaryText': summaryText,
'htmlFormatSummaryText': htmlFormatSummaryText
});