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