toPresentS method

String toPresentS()

Verb

'rally'.conjugate('VBS'); // rallies

// or you can use the aliases
'rally'.toPresentS(); // rallies

Implementation

String toPresentS() => _toPresentS(trim().toLowerCase());