isListType property

bool isListType

Returns true if type is a List.

Implementation

bool get isListType => typeInfo.isList;