QueryDb1<T>.fromJson constructor

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

Implementation

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