MutableGATTServiceImpl constructor
MutableGATTServiceImpl({
- required UUID uuid,
- required bool isPrimary,
- required List<
MutableGATTServiceImpl> includedServices, - required List<
MutableGATTCharacteristicImpl> characteristics,
Implementation
MutableGATTServiceImpl({
required super.uuid,
required this.isPrimary,
required this.includedServices,
required this.characteristics,
});