GeneralLibExtensionListd<T> extension

GeneralLib

on

Methods

random({required T onNotFound()}) → T

Available on List<T>, provided by the GeneralLibExtensionListd extension

sas
randomAsync({required FutureOr<T> onNotFound()}) Future<T>

Available on List<T>, provided by the GeneralLibExtensionListd extension

GeneralLib
randomOrNull() → T?

Available on List<T>, provided by the GeneralLibExtensionListd extension

GeneralLib