SearchTermDelegate constructor

const SearchTermDelegate({
  1. required String name,
  2. required String navigationTargetId,
})

Implementation

const SearchTermDelegate({
  required this.name,
  required this.navigationTargetId,
});