html property

  1. @JsonKey.new(name: 'html')
String? get html
inherited

Optional. Content of the rich message to send described using HTML formatting. See rich message formatting options for more details.

Implementation

@JsonKey(name: 'html')
String? get html;