ExtendedInputAttributes constructor

ExtendedInputAttributes(
  1. int id,
  2. ValidationType validationType,
  3. List<CodePlane> codePlanes,
  4. List<CharacterCombination> characterCombinations,
  5. List<Macro> macros,
)

Implementation

ExtendedInputAttributes(int id, this.validationType, this.codePlanes,
    this.characterCombinations, List<Macro> macros)
    : super(id, IsobusObjectType.extendedInputAttributes, macros);