Is this method a setter (auto or not)?

See setter_for.

Property definitions

nitc $ MMethod :: is_setter
	# Is this method a setter (auto or not)?
	#
	# See `setter_for`.
	fun is_setter: Bool do return setter_for != null
src/model/model.nit:2454,2--2457,49