ObbyEventCapabilitiesAcknowledged constructor

const ObbyEventCapabilitiesAcknowledged({
  1. required List<String> names,
})

Implementation

const ObbyEventCapabilitiesAcknowledged({
  required this.names,
});