comparative method

String comparative()

Adjective

Outputs the comparative of the word

'big'.comparative(); // bigger

Implementation

String comparative() => _comparative(trim().toLowerCase());