underscored property

String underscored

convert to underscored format: FooBar -> foo_bar

Implementation

String get underscored => separated('_');