Has this window been correctly initialized?

Property definitions

sdl2 $ SDLWindow :: initialized
	# Has this window been correctly initialized?
	fun initialized: Bool do return not address_is_null
lib/sdl2/sdl2_base.nit:148,2--149,52