SliverFixedExtentList.fromJson constructor Null safety

SliverFixedExtentList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SliverFixedExtentList.fromJson(Map<String, dynamic> json) =
    _$SliverFixedExtentList.fromJson;