isRtl property

  1. @JsonKey.new(name: 'is_rtl')
bool? get isRtl
inherited

Optional. True, if the rich message must be shown right-to-left

Implementation

@JsonKey(name: 'is_rtl')
bool? get isRtl;