GeneralLibExtensionListd<T> extension
- on
-
- List<
T>
- List<
Methods
-
random(
{required T onNotFound()}) → T -
Available on List<
sas sasT> , provided by the GeneralLibExtensionListd extension -
randomAsync(
{required FutureOr< T> onNotFound()}) → Future<T> -
Available on List<
T> , provided by the GeneralLibExtensionListd extension -
randomOrNull(
) → T? -
Available on List<
T> , provided by the GeneralLibExtensionListd extension