UserNoteTargetUser class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

UserNoteTargetUser.new({List<String>? currentAvatarTags, String? currentAvatarThumbnailImageUrl, String? displayName, String? id, String? profilePicOverride, String? userIcon})
Returns a new UserNoteTargetUser instance.
UserNoteTargetUser.fromJson(Map<String, dynamic> json)
factory

Properties

currentAvatarTags List<String>?
final
currentAvatarThumbnailImageUrl String?
When profilePicOverride is not empty, use it instead.
final
displayName String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
profilePicOverride String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIcon String?
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.
override