pattern method

Input pattern(
  1. String p
)

Implementation

Input pattern(String p) {
  attr('pattern', StringAttribute(p));
  return this;
}