clone method

ByteData clone()

Implementation

ByteData clone() =>
    Uint8List.fromList(buffer.asUint8List()).buffer.asByteData();