RustTarget class
Constructors
- RustTarget({required Architecture architecture, required OS os, required String triple, IOSSdk? iosSdk})
Properties
- architecture → Architecture
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- iosSdk → IOSSdk?
-
final
- os → OS
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- triple → String
-
final
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.
override
Static Properties
-
allTargets
→ List<
RustTarget> -
no setter
Static Methods
-
from(
{required Architecture architecture, required OS os, required IOSSdk? iosSdk}) → RustTarget? -
fromTriple(
String triple) → RustTarget?