MfmCodeBlock class Null safety
Code Block Node
Constructors
- MfmCodeBlock(String code, String? lang)
Properties
-
children
→ List<
MfmNode> ? -
if node has child, will be array.
finalinherited
- code → String
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lang → 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.
read-onlyinherited
- type → String
-
node type.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited