SliverList.fromJson constructor Null safety

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

Implementation

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