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