flutter_json_widgets
widget
ListView
ListView.fromJson factory constructor
ListView.fromJson
ListView.fromJson
constructor
Null safety
ListView.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ListView.fromJson(Map<String, dynamic> json) = _$ListView.fromJson;
flutter_json_widgets
widget
ListView
ListView.fromJson factory constructor
ListView class
Constructors
ListView
fromJson
Properties
addAutomaticKeepAlives
addRepaintBoundaries
addSemanticIndexes
cacheExtent
children
clipBehavior
copyWith
hashCode
itemExtent
key
padding
physics
primary
prototypeItem
restorationId
reverse
runtimeType
scrollDirection
semanticChildCount
shrinkWrap
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==