ResultDetails<T> constructor
ResultDetails<T> ({})
Instantiates it
Implementation
ResultDetails({
this.key = '',
required this.arrayIndex,
required this.value,
required this.score,
required this.matchedIndices,
this.nScore = 0,
});