listOf function

ListType listOf(
  1. DslType elementType
)

Convenience constructor for list types.

Implementation

ListType listOf(DslType elementType) => ListType(elementType);