Property definitions

mongodb $ MongoObjectId :: with_native
	private init with_native(native: BSONObjectId) do
		self.native = native
	end
lib/mongodb/mongodb.nit:175,2--177,4