RecognizedText constructor

RecognizedText({
  1. required String text,
  2. List<TextBlock> blocks = const [],
})

Implementation

RecognizedText({required this.text, this.blocks = const []});