formHint method

SchemaType formHint(
  1. String hint
)

Implementation

SchemaType formHint(String hint) {
  this[DogsFlutterSchemaTags.bindingStyleHint] = hint;
  return this;
}