isRepeated property
bool
get
isRepeated
Returns true when the field is a list
Implementation
bool get isRepeated => returnListParameterType != null;
Returns true when the field is a list
bool get isRepeated => returnListParameterType != null;