TikTokUser class

Constructors

TikTokUser({String? bioDescription, bool? isVerified, String? unionId, String? username, String? openId, String? avatarUrl, int? followerCount, int? likesCount, String? profileDeepLink, int? videoCount, String? avatarLargeUrl, String? avatarUrl100, String? displayName, int? followingCount})
TikTokUser.fromMap(Map<String, dynamic> json)
factory

Properties

avatarLargeUrl String?
getter/setter pair
avatarUrl String?
getter/setter pair
avatarUrl100 String?
getter/setter pair
bioDescription String?
getter/setter pair
displayName String?
getter/setter pair
followerCount int?
getter/setter pair
followingCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVerified bool?
getter/setter pair
likesCount int?
getter/setter pair
openId String?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unionId String?
getter/setter pair
username String?
getter/setter pair
videoCount int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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