Userdef constructor

Userdef(
  1. String fieldName,
  2. AdifGeneral value
)

Implementation

Userdef(this.fieldName, this.value);