QueryDb<T>.fromJson constructor

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

Implementation

QueryDb.fromJson(Map<String, dynamic> json) : super.fromJson(json);