Mention class Models

Constructors

Mention({required String title, Map<String, dynamic>? customProperties})
Mention.fromJson(Map<String, dynamic> jsonData)
Create a Mention instance from json data
factory

Properties

customProperties Map<String, dynamic>?
A list of custom properties to save any data you might need For instance a user Id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the mention, it's what is visible in the message: @userName
getter/setter pair

Methods

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

Operators

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