UserInfo class

Constructors

UserInfo({required String baiduName, required String netdiskName, required String avatarUrl, required int vipType, required int uk})
const

Properties

avatarUrl String
final
baiduName String
final
hashCode int
The hash code for this object.
no setterinherited
netdiskName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uk int
final
vipType int
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.
override

Operators

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

Static Methods

fromJson(Map<String, dynamic> res) UserInfo