ProductStatusBreakdown class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ProductStatusBreakdown({required double success, required double errorPlaid, required double errorInstitution, ProductStatusBreakdownRefreshInterval? refreshInterval})
ProductStatusBreakdown.fromJson(Map<String, dynamic> json)
factory

Properties

errorInstitution double
final
errorPlaid double
final
hashCode int
The hash code for this object.
no setteroverride
refreshInterval ProductStatusBreakdownRefreshInterval?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success double
final

Methods

copyWith({double? success, double? errorPlaid, double? errorInstitution, ProductStatusBreakdownRefreshInterval? refreshInterval}) ProductStatusBreakdown

Available on ProductStatusBreakdown, provided by the $ProductStatusBreakdownExtension extension

copyWithWrapped({Wrapped<double>? success, Wrapped<double>? errorPlaid, Wrapped<double>? errorInstitution, Wrapped<ProductStatusBreakdownRefreshInterval?>? refreshInterval}) ProductStatusBreakdown

Available on ProductStatusBreakdown, provided by the $ProductStatusBreakdownExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const ProductStatusBreakdown Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ProductStatusBreakdown instance)