Query.fromJson constructor

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

Implementation

Query.fromJson(Map<String, dynamic> json) {
  a = json['a'] ;
  c = json['c'] ;
  d = json['d'] ;
  e = json['e'] ;
  f = json['f'] ;
  g = json['g'] ;
  h = json['h'] ;
  j = json['j'] ;
}