BmNameChanged constructor
BmNameChanged({
- required DeviceIdentifier remoteId,
- required String name,
Implementation
BmNameChanged({
required this.remoteId,
required this.name,
});