ListItemView.fromJson constructor

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

Implementation

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