TencentUnionidResp class

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

TencentUnionidResp({required int error, String? errorDescription, String? clientId, String? openid, String? unionid})
const
TencentUnionidResp.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String?
final
error int
final
errorDescription String?
final
hashCode int
The hash code for this object.
no setterinherited
isSuccessful bool
no setter
openid String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unionid String?
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.
inherited

Operators

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

Constants

ERROR_SUCCESS → const int