serialize method

  1. @override
List<int> serialize()
override

Serializes this parameter value to the legacy v0 wire format.

Implementation

@override
List<int> serialize() => [_tagBigInt, ..._u32Le(8), ..._i64Le(value)];