TalkerIterableLogTypeModifier<TalkerLogType> extension

on

Methods

firstWhereLogTypeOrNull(bool test(TalkerLogType element)) → TalkerLogType?

Available on Iterable<TalkerLogType>, provided by the TalkerIterableLogTypeModifier extension

The method allows you to get the first element that satisfies the condition or null if no element satisfies the condition.