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<bool> startConversion(void Function(bool) onValue) =>
_BoolConversion(onValue);