MfmNode class Null safety
Misskey Elements Base Node
- Implementers
Constructors
Properties
-
children
→ List<
MfmNode> ? -
if node has child, will be array.
final
- hashCode → int
-
The hash code for this object.
read-onlyoverride
-
props
→ Map<
String, dynamic> ? -
elements property. it is compatible for typescript one.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → String
-
node type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override