formHelper method

SchemaType formHelper(
  1. String helper
)

Implementation

SchemaType formHelper(String helper) {
  this[DogsFlutterSchemaTags.bindingStyleHelper] = helper;
  return this;
}