RawBlock constructor

const RawBlock({
  1. required String type,
  2. required String text,
  3. required int line,
})

Implementation

const RawBlock({required this.type, required this.text, required this.line});