MfmMention class

Mention Node

@ai will be MfmMention(username: "ai", acct: "@ai")

@ai@misskey.io will be MfmMention(username: "ai", host: "misskey.io", acct: "@ai@misskey.io")

Inheritance

Constructors

MfmMention(String username, String? host, String acct)

Properties

acct String
final
children List<MfmNode>?
if node has child, will be array.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
host String?
final
props Map<String, dynamic>?
elements property. it is compatible for typescript one.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
node type.
finalinherited
username String
final

Methods

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

Operators

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