camel2Snake property

String get camel2Snake

Implementation

String get camel2Snake =>
    isCamelCase ? _camel2Snake : throw Exception('Invalid camel case: $this');