body property Null safety

List<int> body

Actual body of the form-data.

Implementation

List<int> get body => _result.body;