Tests.fromJson(Map<String, dynamic> json) { test = json['test'] != null ? new Test.fromJson(json['test']) : null; type = json['type']; time = json['time']; }