asSnakeCase property

String asSnakeCase
latefinal

Returns the word pair as a simple string, separated by an underscore, like "key_frame" or "big_usa". This is informally called "snake case".

Implementation

late final String asSnakeCase = _createSnakeCase();