Data class

A container for byte data.

See NSData

Implementers

Constructors

Data.fromData(Data d)
A new Data from an existing one.
factory
Data.fromList(List<int> l)
A new Data object containing the given bytes.
factory
Data.fromUint8List(Uint8List l)
A new Data object containing the given bytes.
factory

Properties

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

Methods

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