ExtAll<T> extension

on
  • T

Methods

asOrNull<R>() → R?

Available on T, provided by the ExtAll extension

Safely casts this value to type R.
debug([String? tag]) → void

Available on T, provided by the ExtAll extension

Prints this value to the debug console with an optional tag.
isIn(List<T> list) bool

Available on T, provided by the ExtAll extension

Returns true if this value exists in the given list.
isNotIn(List<T> list) bool

Available on T, provided by the ExtAll extension

Returns true if this value does NOT exist in the given list.