AccountCapabilityFutureRequirements constructor

const AccountCapabilityFutureRequirements({
  1. List<AccountRequirementsAlternative>? alternatives,
  2. DateTime? currentDeadline,
  3. required List<String> currentlyDue,
  4. String? disabledReason,
  5. required List<AccountRequirementsError> errors,
  6. required List<String> eventuallyDue,
  7. required List<String> pastDue,
  8. required List<String> pendingVerification,
})

AccountCapabilityFutureRequirements

Implementation

const AccountCapabilityFutureRequirements({
  this.alternatives,
  this.currentDeadline,
  required this.currentlyDue,
  this.disabledReason,
  required this.errors,
  required this.eventuallyDue,
  required this.pastDue,
  required this.pendingVerification,
});