UpgradeErrorBean constructor

UpgradeErrorBean({
  1. required int? error,
  2. required String? errorContent,
})

Implementation

UpgradeErrorBean({
  required this.error,
  required this.errorContent,
});