toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dashboardUri != null) 'dashboardUri': dashboardUri!,
      if (nextUpdateTime != null) 'nextUpdateTime': nextUpdateTime!,
      if (products != null) 'products': products!,
      if (resolutionTime != null) 'resolutionTime': resolutionTime!,
      if (status != null) 'status': status!,
    };