isArray method

bool isArray()

Implementation

bool isArray() {
  return getType().contains('List');
}