formPrefix method

SchemaType formPrefix(
  1. String prefix
)

Implementation

SchemaType formPrefix(String prefix) {
  this[DogsFlutterSchemaTags.bindingStylePrefix] = prefix;
  return this;
}