MutableData class

A container for byte data.

See NSMutableData

Inheritance

Constructors

MutableData.empty()
A new empty MutableData.
factory

Properties

bytes Uint8List
The data contained in the object.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
length int
The number of bytes contained in the object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendBytes(List<int> l) → void
Appends the given data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited