isListType static method

bool isListType(
  1. Property property
)

Implementation

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