ProductStatusBreakdown constructor

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

Implementation

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