Is this method a getter (auto or not)?

See getter_for.

Property definitions

nitc $ MMethod :: is_getter
	# Is this method a getter (auto or not)?
	#
	# See `getter_for`.
	fun is_getter: Bool do return getter_for != null
src/model/model.nit:2444,2--2447,49