@override (String, int) decode(int offset, Uint8List data) { final (bytes, off) = FunctionParamBytes().decode(offset, data); final string = utf8.decode(bytes); return (string, off); }