toString method

  1. @override
String toString()
override

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;