menu
mfm_parser
mfm_parser
MfmBlock
MfmBlock constructor
MfmBlock
brightness_4
MfmBlock
constructor
Null safety
MfmBlock
(
{
required
String
type
,
Map
<
String
,
dynamic
>
?
props
,
List
<
MfmNode
>
?
children
}
)
Implementation
MfmBlock({required super.type, super.props, super.children});
mfm_parser
mfm_parser
MfmBlock
MfmBlock constructor
MfmBlock class
Constructors
MfmBlock
Properties
children
hashCode
props
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==