AdifAwardList(super.value) { value.map((e) { if (!listAwardEnumeration.contains(e)) { throw ArgumentError('Invalid Award value: $e'); } }); }