Does this attribute have a getter (auto or not)?

See getter.

Property definitions

nitc $ MAttribute :: has_getter
	# Does this attribute have a getter (auto or not)?
	#
	# See `getter`.
	fun has_getter: Bool do return getter != null
src/model/model.nit:2474,2--2477,46