EndsWithExtension<T> extension

on

Methods

endsWith(Iterable<T> other, {bool comparer(T value, T otherValue)?}) bool

Available on Iterable<T>, provided by the EndsWithExtension extension

Returns true if this iterable ends with the same elements that are in other.