InputAttributes constructor

InputAttributes(
  1. int id,
  2. ValidationType validationType,
  3. String validCharacters,
  4. List<Macro> macros,
)

Implementation

InputAttributes(
    int id, this.validationType, this.validCharacters, List<Macro> macros)
    : super(id, IsobusObjectType.inputAttributes, macros);