A string representation of this ABI.
The string is equal to the 'on' part from Platform.version and dart --version.
Platform.version
dart --version
@override String toString() => '${_os.name}_${_architecture.name}';