TransferParameters class

提供 'TransferParameters' method.

Constructors

TransferParameters.new()
初始化 TransferParameters class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(dynamic listener({required String action, dynamic value})) → void
監控接收參數
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(Function listener) bool
取消接收參數
sendParameters({required String action, dynamic value}) Future<bool>
發送參數到主頁面
toString() String
A string representation of this object.
inherited

Operators

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