IHealthCredential class

Annotations
  • @JsonSerializable()

Constructors

IHealthCredential({required String apiName, required String accessToken, required int expires, required String refreshToken, required int refreshTokenExpires, required String uuid, required String userId, required String userOpenId, required String userRegion, required String clientPara, required String tokenType})
IHealthCredential.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
final
apiName String
final
clientPara String
final
expires int
final
hashCode int
The hash code for this object.
no setterinherited
refreshToken String
final
refreshTokenExpires int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenType String
final
userId String
final
userOpenId String
final
userRegion String
final
uuid 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