menu
flodash package
documentation
modules/array/drop_right.dart
dropRight function
dropRight function
dark_mode
light_mode
dropRight
function
List
dropRight
(
List
list
, {
int
n
=
1
,
})
Implementation
List dropRight(List list, {int n = 1}) => list.sublist(0, list.length - n);
flodash package
documentation
modules/array/drop_right
dropRight function
drop_right library