enumMethod property

String enumMethod

Implementation

String get enumMethod =>
    toEnum != '' ? toEnum[0].toLowerCase() + toEnum.substring(1) : toEnum;