snakeCase property

String get snakeCase

Implementation

String get snakeCase => toLowerCase().replaceAll(' ', '_');