length property

int length

The number of bytes contained in the object.

See NSData.length

Implementation

int get length => _nsObject.length;