toString method Null safety

  1. @override
String toString()
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}';