MutableGATTServiceImpl constructor

MutableGATTServiceImpl({
  1. required UUID uuid,
  2. required bool isPrimary,
  3. required List<MutableGATTServiceImpl> includedServices,
  4. required List<MutableGATTCharacteristicImpl> characteristics,
})

Implementation

MutableGATTServiceImpl({
  required super.uuid,
  required this.isPrimary,
  required this.includedServices,
  required this.characteristics,
});