CoreBoolExtensions extension
- on
Methods
-
map<
R extends Object?> ({required R t(), required R f()}) → R -
Available on bool, provided by the CoreBoolExtensions extension
-
maybeMap<
R extends Object?> ({R t()?, R f()?, required R orElse()}) → R -
Available on bool, provided by the CoreBoolExtensions extension
-
when(
{VoidCallback? t, VoidCallback? f}) → void -
Available on bool, provided by the CoreBoolExtensions extension