TTOptions constructor
TTOptions({
- List<
String> ? peers, - TTGraph? graph,
- TTConnectorFactory? connectorFactory,
- TTLogger? logger,
Implementation
TTOptions({
List<String>? peers,
this.graph,
this.connectorFactory,
this.logger,
}) : peers = peers ?? <String>[];