isMapList property

bool get isMapList

Implementation

bool get isMapList => type.contains('List') && type.contains('Map');