value property

Stream<List<int>> value
override

Value of the field

Returns a stream of text

Implementation

Stream<List<int>> get value => values.first.value;