body property

  1. @JsonKey(name: 'body', required: true)
String get body
inherited

Conversation body

Implementation

@JsonKey(name: 'body', required: true)
String get body => throw _privateConstructorUsedError;