ListItemView.fromJson constructor

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

Implementation

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