SliverChildListDelegateFixed.fromJson constructor Null safety

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

Implementation

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