MeshConnectionStateEvent constructor
const
MeshConnectionStateEvent({
- required MeshConnectionState state,
- String? error,
- String? details,
Implementation
const MeshConnectionStateEvent({
required this.state,
this.error,
this.details,
});