toString method
The name of this Architecture.
This returns a stable string that can be used to construct an Architecture via Architecture.fromString.
Implementation
@override
String toString() => name;
The name of this Architecture.
This returns a stable string that can be used to construct an Architecture via Architecture.fromString.
@override
String toString() => name;