subset abstract method

Uint8List subset(
  1. int start, [
  2. int? end
])

Implementation

Uint8List subset(int start, [int? end]);