ListShape constructor

ListShape([
  1. void updates(
    1. ListShapeBuilder
    )
])

Implementation

factory ListShape([void Function(ListShapeBuilder) updates]) = _$ListShape;