SimulationFlagConflict class final

The build-time configuration conflict for the simulation flavor.

Extends Error (not Exception) so generic catch (e) blocks in composition roots do not silently swallow a mis-flagged build: the app must fail to boot with a clear diagnostic instead of half-mocking.

Inheritance
Available extensions

Constructors

SimulationFlagConflict(String message)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable diagnostic naming both flags and the resolution rule.
final
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
toFailure([StackTrace? stackTrace]) AppFailure

Available on Error, provided by the ErrorToFailure extension

Convert this error to an AppFailure
toString() String
A string representation of this object.
override

Operators

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