UserDescriptionEntity class

Annotations
  • @freezed

Constructors

UserDescriptionEntity({List<Url>? urls, List<Tag>? hashtags, List<Tag>? cashtags, List<Mention>? mentions})
const
factory
UserDescriptionEntity.fromJson(Map<String, Object?> json)
factory

Properties

cashtags List<Tag>?
Contains details about text recognized as a Cashtag.
no setterinherited
copyWith → $UserDescriptionEntityCopyWith<UserDescriptionEntity>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hashtags List<Tag>?
Contains details about text recognized as a Hashtag.
no setterinherited
mentions List<Mention>?
Contains details about text recognized as a user mention.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<Url>?
Contains details about any URLs included in the user's description.
no setterinherited

Methods

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

Operators

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