Returns true if the current Bundle is empty

Property definitions

android $ Bundle :: is_empty
	# Returns true if the current `Bundle` is empty
	fun is_empty: Bool do return native_bundle.is_empty
lib/android/bundle/bundle.nit:446,2--447,52