dotCase property

NamingStrategy dotCase
getter/setter pair

Implementation

static NamingStrategy dotCase = (String value) => value.toDotCase();