ProductStatusBreakdown constructor
ProductStatusBreakdown({
- required double success,
- required double errorPlaid,
- required double errorInstitution,
- ProductStatusBreakdownRefreshInterval? refreshInterval,
Implementation
ProductStatusBreakdown({
required this.success,
required this.errorPlaid,
required this.errorInstitution,
this.refreshInterval,
});