data property

Stream<List<int>> data

Returns the binary stream from formData.

Implementation

Stream<List<int>> get data => formData.cast<List<int>>();