Convert field name to lowercase singular format
String toSingularLowerName(String s) => toSingularName(s).toLowerCase();