SliverChildDelegate.fromJson constructor Null safety

SliverChildDelegate.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SliverChildDelegate.fromJson(Map<String, Object?> json) =>
    _$SliverChildDelegateFromJson(json);