isMap property

bool get isMap

Implementation

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