ListViewCustom.fromJson constructor Null safety

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

Implementation

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