Div.WithName constructor

Div.WithName(
  1. String name
)

Implementation

factory Div.WithName(String name) => Div(WithName(name));