MDnsEventStartSearch constructor

const MDnsEventStartSearch({
  1. required String serverPointer,
  2. String? service,
})

Implementation

const MDnsEventStartSearch({required this.serverPointer, this.service});