addButtonLabel method

SchemaType addButtonLabel(
  1. String label
)

Implementation

SchemaType addButtonLabel(String label) {
  this[DogsFlutterSchemaTags.listBindingAddButtonLabel] = label;
  return this;
}