QueryListViewItemAdded.fromJson constructor

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

Implementation

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