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