value property

  1. @override
String value
override

Contents of this node, either a String if this is a QuillText or an Embed if this is an BlockEmbed.

Implementation

@override
String get value => _value as String;