isList property

bool isList

Returns true if type is a List.

Implementation

bool get isList => _typeWrapper.isList;