test/expect/null library
Functions
-
expectNonNull(
dynamic nullable, {String? reason, dynamic skip}) → void -
Expect that
nullableis notnull. -
expectNull(
dynamic nullable, {String? reason, dynamic skip}) → void -
Expect that
nullableisnull.