Property definitions

nitc $ APIEntityCode :: defaultinit
# Return the source code of MEntity.
#
# Example: `GET /code/core::Array`
class APIEntityCode
	super APICommand

	redef fun command do return new CmdEntityCode(config.model, config.modelbuilder)
end
src/doc/api/api_model.nit:214,1--221,3