snakeCase property

NamingStrategy get snakeCase

Implementation

static NamingStrategy get snakeCase => (String value) => value.toSnakeCase();