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