form function
example of usage form('signup.firstName').field.get();
Implementation
_FormShorthand form(String path) {
return _FormShorthand.fromPath(path);
}
example of usage form('signup.firstName').field.get();
_FormShorthand form(String path) {
return _FormShorthand.fromPath(path);
}