itemLabel method

SchemaType itemLabel(
  1. String label
)

Implementation

SchemaType itemLabel(String label) {
  this[DogsFlutterSchemaTags.listBindingItemLabel] = label;
  return this;
}