@override Uint8List encode(bool value) { return FunctionParamInt8().encode(value ? BigInt.one : BigInt.zero); }