getSectionData method

Uint8List getSectionData(
  1. Section section
)

Implementation

Uint8List getSectionData(Section section) => _buffer
    .elementAt(section._pointer_to_raw_data)
    .asTypedList(section._size_of_raw_data);