tableize method

String tableize()

Converts this string to a table name (pluralized snake_case).

Implementation

String tableize() => pluralize().underscore();