menu
netease_common package
documentation
netease_common.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;
netease_common package
documentation
netease_common
ListSlice<E>
end property
ListSlice class