ReceivedNearbyFilesPack class

Used to provide result files that was got from sender.

Can be received from NearbyServiceFilesListener only.

Implemented types

Constructors

ReceivedNearbyFilesPack({required String id, required NearbyDeviceInfo sender, required List<NearbyFileInfo> files})
const
ReceivedNearbyFilesPack.fromJson(Map<String, dynamic>? json)
factory

Properties

files List<NearbyFileInfo>
Received list of NearbyFileInfo.
final
hashCode int
The hash code for this object.
no setteroverride
id String
ID of the files pack
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender NearbyDeviceInfo
Data of the user from whom the message came.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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