AtemConnectionConfig constructor
const
AtemConnectionConfig({})
Implementation
const AtemConnectionConfig({
this.host = '192.168.1.10',
this.port = 9910,
this.timeout = const Duration(seconds: 5),
this.keepAliveInterval = const Duration(seconds: 1),
this.reconnect = false,
this.reconnectInterval = const Duration(seconds: 5),
});