OkfBundleApplicationRefused constructor

const OkfBundleApplicationRefused({
  1. required OkfSpecValidation validation,
})

Creates a refusal carrying the closed Spec judgment.

Implementation

const OkfBundleApplicationRefused({required this.validation}) : super._();