MfmInline class abstract

Inheritance
Implementers

Constructors

MfmInline({required String type, Map<String, dynamic>? props, List<MfmNode>? children})

Properties

children List<MfmNode>?
if node has child, will be array.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
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

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