Is this method a getter or a setter?

Property definitions

nitc $ MMethod :: is_accessor
	# Is this method a getter or a setter?
	fun is_accessor: Bool do return is_getter or is_setter
src/model/model.nit:2464,2--2465,55