MdCodeBlockLine constructor

MdCodeBlockLine({
  1. required int offset,
  2. required int length,
})

Implementation

MdCodeBlockLine({required this.offset, required this.length});