hasExplicitSetter property

bool hasExplicitSetter

Implementation

bool get hasExplicitSetter => hasPublicSetter && !setter!.isSynthetic;