^title Null Class ^category core ## Methods ### **!** operator Returns `true`, since `null` is considered [false](../control-flow.html#truth). :::dart System.print(!null) // "true".