- @override
Int8List decodeArray (Decoder decoder, int count, int offset, int depth)
override
Implementation
@override
Int8List decodeArray(Decoder decoder, int count, int offset, int depth) {
return decoder.data.buffer.asInt8List(offset, count);
}