int variable; bool isVariableInitialized() { try { final _ = variable; return true; } catch (_) { return false; } }