ListBlock constructor

ListBlock(
  1. List<String> items
)

Implementation

ListBlock(this.items);