ServerEntry constructor

const ServerEntry({
  1. required String value,
  2. String? name,
})

Implementation

const ServerEntry({required this.value, this.name});