DataItem class

Constructors

DataItem({required Uri pathURI, required Uint8List data, required Map<String, dynamic> mapData, Map<String, File> files = const {}})
DataItem.fromJson(Map<String, dynamic> json)
factory

Properties

data Uint8List
An Uin8List payload that represents the encoded data.
final
files Map<String, File>
List of files contained inside thisDataItem
final
hashCode int
The hash code for this object.
no setterinherited
mapData Map<String, dynamic>
A human-readable Map data of data.
final
pathURI Uri
A unique URI path represents data route within the Android Wear network.
final
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.
inherited

Operators

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