body property

String? body

The body of the item.

Returns null for non-text Submissions.

Implementation

String? get body => data!['body'];