conversionError top-level constant

ConversionErrorException Function(String message, {int? errorCode}) const conversionError

Surfaces the preserved typed failure helper for callers that drive the bridge directly; re-exported here for import-path compatibility.

Implementation

const ConversionErrorException Function(String message, {int? errorCode})
    conversionError = ConversionErrorException.new;