@override Object toJson() { return { if (runTime != null) 'runTime': runTime!.toJson(), if (status != null) 'status': status!.toJson(), }; }