pluralize method

String pluralize()

Naively pluralizes this string by appending 's'.

Implementation

String pluralize() => '${this}s';