Div.WithId constructor

Div.WithId(
  1. String id
)

Implementation

factory Div.WithId(String id) => Div(WithId(id));