BlockEditingValue constructor

BlockEditingValue({
  1. String text = '',
})

Implementation

BlockEditingValue({
  this.text = ''
}) : assert(text != null);