WechatFinishResp class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

WechatFinishResp({required int errorCode, String? authCode})
const
WechatFinishResp.fromJson(Map<String, dynamic> json)
factory

Properties

authCode String?
final
errorCode int
final
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
no setter
isSuccessful bool
no setter
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
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kErrorCodeCancel → const int
用户取消授权
kErrorCodeGetQrcodeFailed → const int
获取二维码失败
kErrorCodeNetwork → const int
网络错误
kErrorCodeNormal → const int
普通错误
kErrorCodeSuccess → const int
Auth成功
kErrorCodeTimeout → const int
超时