AliPayEntry class

Constructors

AliPayEntry.new({required String sign, required String appScheme})

Properties

appScheme String
应用scheme(目前仅ios用于唤起app接收支付回调)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
签名信息(实际项目中只需要此字段,其它数据根据需要接收)
final

Methods

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

Operators

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