currencyName property

  1. @override
String? currencyName
getter/setter pair

The name of the currency to print, in ISO 4217 form.

Implementation

@override
late String? currencyName = _scientific.currencyName;