V2TimFriendApplication class Models

V2TimFriendApplication

Annotations
  • @JsonSerializable()

Constructors

V2TimFriendApplication(String userID, String nickname, String faceUrl, int addTime, String addSource, String addWording, int type)
V2TimFriendApplication.fromJson(Map<String, dynamic> srcJson)
factory

Properties

addSource String
@JsonKey(name: 'addSource'), read / write
addTime int
@JsonKey(name: 'addTime'), read / write
addWording String
@JsonKey(name: 'addWording'), read / write
faceUrl String
@JsonKey(name: 'faceUrl'), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
nickname String
@JsonKey(name: 'nickname'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type int
@JsonKey(name: 'type'), read / write
userID String
@JsonKey(name: 'userID'), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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