size method

Select size(
  1. int s
)

Implementation

Select size(int s) {
  attr('size', StringAttribute('$s'));
  return this;
}