superlative method

String superlative()

Adjective

Outputs the superlative of the word

'big'.superlative(); // biggest

Implementation

String superlative() => _superlative(trim().toLowerCase());