toPresent method

String toPresent()

Verb

'rallied'.conjugate('VBP'); // rally

// or you can use the aliases
'rallied'.toPresent(); // rally

Implementation

String toPresent() => _toPresent(trim().toLowerCase());