open method

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

Implementation

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