open method

Dialog open([
  1. bool o = true
])

Implementation

Dialog open([bool o = true]) {
  if (o) attr('open', BooleanAttribute(true));
  return this;
}