isMapType static method

bool isMapType(
  1. Property property
)

Implementation

static bool isMapType(Property property) {
  return property.type == "dart.core.Map";
}