IntListDext extension

Mapping each element to a new one.

on

Methods

decode([Encoding encoding = utf8]) String

Available on List<int>, provided by the IntListDext extension

Decode the data to a string.
toBase64() String

Available on List<int>, provided by the IntListDext extension

Encode the data to a base64 string.
toUint8List() Uint8List

Available on List<int>, provided by the IntListDext extension

Mapping each element to a new one.
toUrlEncoded([Encoding encoding = utf8]) String

Available on List<int>, provided by the IntListDext extension

Encode to data to a url encoded string.