form function

_FormShorthand form(
  1. String path
)

example of usage form('signup.firstName').field.get();

Implementation

_FormShorthand form(String path) {
  return _FormShorthand.fromPath(path);
}