snakeCase property

String get snakeCase

Implementation

String get snakeCase => parts.join('_');