body property

String? body

The body text of the ad. If isAvailable is true, this is always non-null.

Implementation

String? get body => _body;