IntListDext extension
Mapping each element to a new one.
Methods
-
decode(
[Encoding encoding = utf8]) → String -
Available on List<
Decode the data to a string.int> , provided by the IntListDext extension -
toBase64(
) → String -
Available on List<
Encode the data to a base64 string.int> , provided by the IntListDext extension -
toUint8List(
) → Uint8List -
Available on List<
Mapping each element to a new one.int> , provided by the IntListDext extension -
toUrlEncoded(
[Encoding encoding = utf8]) → String -
Available on List<
Encode to data to a url encoded string.int> , provided by the IntListDext extension