RefreshTrustedAdvisorCheckResponse constructor

RefreshTrustedAdvisorCheckResponse({
  1. required TrustedAdvisorCheckRefreshStatus status,
})

Implementation

RefreshTrustedAdvisorCheckResponse({
  required this.status,
});