ListView.fromJson constructor

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

Implementation

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