value property

  1. @override
List<Text> value
override

The value of the content.

Implementation

@override
List<Text> get value => this.content;