flutter_json_widgets
inline_span
InlineSpan
InlineSpan.fromJson factory constructor
InlineSpan.fromJson
InlineSpan.fromJson
constructor
Null safety
InlineSpan.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory InlineSpan.fromJson(Map<String, Object?> json) => _$InlineSpanFromJson(json);
flutter_json_widgets
inline_span
InlineSpan
InlineSpan.fromJson factory constructor
InlineSpan class
Constructors
fromJson
text
widget
Properties
copyWith
hashCode
runtimeType
style
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==