VxExtensionList<T> extension

on

Properties

base64Encode String?
no setter
toUtf8 String?
List
no setter
uInt8ListFrom32BitList Uint8List?
no setter
utf8Decode String?
no setter

Methods

addAllT(List<T> iterable, {bool isAdd = true}) List<T>
Adds an array and returns the new array
addT(T value, {bool isAdd = true}) List<T>
Adds child elements and returns a new array
builder<E>(E builder(T)) List<E>
list.map.toList()
builderEntry<E>(E builder(MapEntry<int, T>)) List<E>
list.asMap().entries.map.toList()
generate<E>(E generator(int index), {bool growable = true}) List<E>
insertAllT(int index, List<T> iterable, {bool isInsert = true}) List<T>
Insert the array and return the new array
insertT(int index, T value, {bool isInsert = true}) List<T>
Insert child elements and return new array
replaceRangeT(int start, int end, Iterable<T> replacement, {bool isReplace = true}) List<T>
Replace the specified area and return a new array