DomainVerifyRunResult class
Result of running a domain verify — the process exit code plus the
structured result map (the same shape printed by --json), so callers and
tests can inspect the outcome without parsing stdout.
Constructors
-
DomainVerifyRunResult(int exitCode, Map<
String, dynamic> ? result)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited