VxExtensionList<T> extension

on

Properties

base64Encode String?

Available on List<T>, provided by the VxExtensionList extension

no setter
toUtf8 String?

Available on List<T>, provided by the VxExtensionList extension

List
no setter
uInt8ListFrom32BitList Uint8List?

Available on List<T>, provided by the VxExtensionList extension

no setter
utf8Decode String?

Available on List<T>, provided by the VxExtensionList extension

no setter

Methods

addAllT(List<T> iterable, {bool isAdd = true}) List<T>

Available on List<T>, provided by the VxExtensionList extension

Adds an array and returns the new array
addT(T value, {bool isAdd = true}) List<T>

Available on List<T>, provided by the VxExtensionList extension

Adds child elements and returns a new array
builder<E>(E builder(T)) List<E>

Available on List<T>, provided by the VxExtensionList extension

list.map.toList()
builderEntry<E>(E builder(MapEntry<int, T>)) List<E>

Available on List<T>, provided by the VxExtensionList extension

list.asMap().entries.map.toList()
generate<E>(E generator(int index), {bool growable = true}) List<E>

Available on List<T>, provided by the VxExtensionList extension

insertAllT(int index, List<T> iterable, {bool isInsert = true}) List<T>

Available on List<T>, provided by the VxExtensionList extension

Insert the array and return the new array
insertT(int index, T value, {bool isInsert = true}) List<T>

Available on List<T>, provided by the VxExtensionList extension

Insert child elements and return new array
replaceRangeT(int start, int end, Iterable<T> replacement, {bool isReplace = true}) List<T>

Available on List<T>, provided by the VxExtensionList extension

Replace the specified area and return a new array