StringVariable constructor

StringVariable(
  1. int id,
  2. String value
)

Implementation

StringVariable(int id, this.value)
    : super(id, IsobusObjectType.stringVariable);