flutter_json_widgets
sliver
SliverList
SliverList.fromJson factory constructor
SliverList.fromJson
SliverList.fromJson
constructor
Null safety
SliverList.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory SliverList.fromJson(Map<String, dynamic> json) = _$SliverList.fromJson;
flutter_json_widgets
sliver
SliverList
SliverList.fromJson factory constructor
SliverList class
Constructors
SliverList
fromJson
Properties
copyWith
delegate
hashCode
key
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==