ListType constructor

const ListType(
  1. AbstractType child
)

Construct a new ListType.

Implementation

const ListType(this.child) : super(className: "List");