isList property

bool get isList

Returns true if type is a List.

Implementation

bool get isList => _typeWrapper.isList;