tableize method
Converts this string to a table name (pluralized snake_case).
Implementation
String tableize() => pluralize().underscore();
Converts this string to a table name (pluralized snake_case).
String tableize() => pluralize().underscore();