CompleteResultCompletion constructor

CompleteResultCompletion({
  1. required List<String> value,
  2. int? total,
  3. bool? hasMore,
})

Implementation

CompleteResultCompletion({required this.value, this.total, this.hasMore});