SapInstanceProperties constructor

SapInstanceProperties({
  1. AgentStates? agentStates,
  2. List<String>? numbers,
})

Implementation

SapInstanceProperties({this.agentStates, this.numbers});