CustomScrollView.fromJson constructor Null safety

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

Implementation

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