startConversion method
Start a new BinaryConversion that converts binary data to this type.
See the BinaryConversion.new constructor for more information on this method's parameters.
Implementation
@override
BinaryConversion<T> startConversion(void Function(T p1) onValue) =>
_MultiBinaryConversion(this, onValue);