V2TimOfficialAccountInfo class

Constructors

V2TimOfficialAccountInfo({int? createTime, String? customData, String? faceUrl, String? officialAccountID, String? introduction, String? officialAccountName, String? organization, String? ownerUserID, int? subscriberCount, int? subscribeTime})
V2TimOfficialAccountInfo.fromJson(Map json)

Properties

createTime int?
getter/setter pair
customData String?
getter/setter pair
faceUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
introduction String?
getter/setter pair
officialAccountID String?
getter/setter pair
officialAccountName String?
getter/setter pair
organization String?
getter/setter pair
ownerUserID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriberCount int?
getter/setter pair
subscribeTime int?
getter/setter pair

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