decodeFailurePrefix top-level constant
String
const decodeFailurePrefix
Wire-prefix marking an isolate error as an undecodable-image failure, so the main side can map it to a FormatException. Paired with throwDecodeFailure (isolate side) and rethrowOrFormatException (main side).
Implementation
const String decodeFailurePrefix = 'litert_decode_failure:';