UserInfoTransfer class

Constructors

UserInfoTransfer({required String id, required bool isCurrentComplicationInfo, required Map<String, dynamic> userInfo, required bool isTransfering})
UserInfoTransfer.fromJson(Map<String, dynamic> json)
factory

Properties

cancel Future<void> Function()
A method used to cancel the UserInfoTransfer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
A String used to uniquely identify the UserInfoTransfer.
final
isCurrentComplicationInfo bool
A bool indicating whether the data is related to the app’s complication
final
isTransfering bool
A bool indicating whether the data is being tranfered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo Map<String, dynamic>
The Map data being transferred.
final

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