ImportFileNotBackendCompatible class final

Indicates that the import file was exported from a different FMTC backend, and is not compatible with the current backend

The bytes prior to the footer signature should an identifier (eg. the name) of the exporting backend proceeded by hex "FF FF FF FF".

Inheritance

Constructors

ImportFileNotBackendCompatible()
Indicates that the import file was exported from a different FMTC backend, and is not compatible with the current backend

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited