menu
u package
documentation
utilities.dart
ListSlice<E>
end property
end property
dark_mode
light_mode
end
property
int
get
end
The end index of the slice.
Implementation
int get end => start + length;
u package
documentation
utilities
ListSlice<E>
end property
ListSlice class