ExtAll<T> extension
- on
-
- T
Methods
-
asOrNull<
R> () → R? -
Available on T, provided by the ExtAll extension
Safely casts this value to typeR. -
debug(
[String? tag]) → void -
Available on T, provided by the ExtAll extension
Prints this value to the debug console with an optionaltag. -
isIn(
List< T> list) → bool -
Available on T, provided by the ExtAll extension
Returnstrueif this value exists in the givenlist. -
isNotIn(
List< T> list) → bool -
Available on T, provided by the ExtAll extension
Returnstrueif this value does NOT exist in the givenlist.