AlbumInfoAlbumInfoCommentThread class

Available extensions
Annotations

Properties

commentCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hotCount int?
getter/setter pair
id String?
getter/setter pair
latestLikedUsers ↔ dynamic
getter/setter pair
likedCount int?
getter/setter pair
resourceId int?
getter/setter pair
resourceInfo AlbumInfoAlbumInfoCommentThreadResourceInfo?
getter/setter pair
resourceOwnerId int?
getter/setter pair
resourceTitle String?
getter/setter pair
resourceType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareCount int?
getter/setter pair

Methods

copyWith({String? id, AlbumInfoAlbumInfoCommentThreadResourceInfo? resourceInfo, int? resourceType, int? commentCount, int? likedCount, int? shareCount, int? hotCount, dynamic latestLikedUsers, int? resourceId, int? resourceOwnerId, String? resourceTitle}) AlbumInfoAlbumInfoCommentThread

Available on AlbumInfoAlbumInfoCommentThread, provided by the AlbumInfoAlbumInfoCommentThreadExtension extension

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