ProductStatusBreakdown constructor

ProductStatusBreakdown({
  1. required double success,
  2. required double errorPlaid,
  3. required double errorInstitution,
  4. ProductStatusBreakdownRefreshInterval? refreshInterval,
})

Implementation

ProductStatusBreakdown({
  required this.success,
  required this.errorPlaid,
  required this.errorInstitution,
  this.refreshInterval,
});