BlockEditingValue constructor
BlockEditingValue({
- String text = '',
Implementation
BlockEditingValue({
this.text = ''
}) : assert(text != null);
BlockEditingValue({
this.text = ''
}) : assert(text != null);