AdifSelfEnum constructor

AdifSelfEnum(
  1. dynamic value,
  2. List<String> enumList
)

Implementation

AdifSelfEnum(value, this.enumList) : super(value, enumList);