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