Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['v'] = v; map['dt'] = dt; map['tk'] = tk; map['ty'] = ty; return map; }