body property

  1. @override
String body
override

Message body

Implementation

@override
String get body => nullable(jsonEncode)(document) ?? '';