PadEndExtension<T> extension

on

Methods

padEnd(int length, {required T padding}) Iterable<T>
Pads the iterable to be at least length, adding padding to the end as needed to guarantee the length.