backend property Null safety

InteractionBackend? backend
final

The InteractionBackend to use for creating the IInteractions instance.

If this is set to null, then a WebsocketInteractionBackend will automatically be created, using the client the CommandsPlugin was added to as the client.

Implementation

final InteractionBackend? backend;