NSDataExtensions extension

on

Methods

toList() Uint8List

Available on NSData, provided by the NSDataExtensions extension

Return a list containing the contents of the NSData.

Operators

operator [](int index) int

Available on NSData, provided by the NSDataExtensions extension

Return the value of bytes at the given index.