isRepeated property

bool get isRepeated

Returns true when the field is a list

Implementation

bool get isRepeated => listParameterType != null || setParameterType != null;