Tracked getter for body.
@override String get body => getAttribute<String>('body') ?? super.body;
Tracked setter for body.
set body(String value) => setAttribute('body', value);