LifecycleBootstrapConfig constructor

const LifecycleBootstrapConfig({
  1. required String socketUrl,
  2. required String tenant,
})

Implementation

const LifecycleBootstrapConfig(
    {required this.socketUrl, required this.tenant});