formLabel method

SchemaType formLabel(
  1. String label
)

Implementation

SchemaType formLabel(String label) {
  this[DogsFlutterSchemaTags.bindingStyleLabel] = label;
  return this;
}