toString method

  1. @override
String toString()
override

DOI names are case insensitive.

See: DOI Handbook, Section 2.4

Implementation

@override
String toString() =>
    '$directoryIndicator.${_registrantCodes.join('.')}/$suffix'.toUpperCase();