plural property

String plural

Retorna 's' se módulo de valor é diferente de 1

Implementation

String get plural => abs() == 1 ? '' : 's';