VxExtensionList<T> extension
- on
-
- List<
T>
- List<
Properties
- base64Encode → String?
-
Available on List<
T> , provided by the VxExtensionList extensionno setter - toUtf8 → String?
-
Available on List<
ListT> , provided by the VxExtensionList extensionno setter - uInt8ListFrom32BitList → Uint8List?
-
Available on List<
T> , provided by the VxExtensionList extensionno setter - utf8Decode → String?
-
Available on List<
T> , provided by the VxExtensionList extensionno setter
Methods
-
addAllT(
List< T> iterable, {bool isAdd = true}) → List<T> -
Available on List<
Adds an array and returns the new arrayT> , provided by the VxExtensionList extension -
addT(
T value, {bool isAdd = true}) → List< T> -
Available on List<
Adds child elements and returns a new arrayT> , provided by the VxExtensionList extension -
builder<
E> (E builder(T)) → List< E> -
Available on List<
list.map.toList()T> , provided by the VxExtensionList extension -
builderEntry<
E> (E builder(MapEntry< int, T> )) → List<E> -
Available on List<
list.asMap().entries.map.toList()T> , provided by the VxExtensionList extension -
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<
Insert the array and return the new arrayT> , provided by the VxExtensionList extension -
insertT(
int index, T value, {bool isInsert = true}) → List< T> -
Available on List<
Insert child elements and return new arrayT> , provided by the VxExtensionList extension -
replaceRangeT(
int start, int end, Iterable< T> replacement, {bool isReplace = true}) → List<T> -
Available on List<
Replace the specified area and return a new arrayT> , provided by the VxExtensionList extension