menu
saropa_dart_utils package
documentation
testing/debug_utils.dart
repeatValue<T> function
repeatValue<T> function
dark_mode
light_mode
repeatValue<
T
>
function
List
<
T
>
repeatValue
<
T
>(
T
value
,
int
n
)
Implementation
List<T> repeatValue<T>(T value, int n) => List<T>.filled(n, value);
saropa_dart_utils package
documentation
testing/debug_utils
repeatValue<T> function
debug_utils library