Appdef constructor

Appdef(
  1. String programid,
  2. String fieldName,
  3. AdifGeneral value
)

Implementation

Appdef(this.programid, this.fieldName, this.value);