constantCase property

NamingStrategy constantCase
getter/setter pair

Implementation

static NamingStrategy constantCase = (String value) => value.toConstantCase();