EntryPreview constructor

EntryPreview({
  1. ObjectPreview? key,
  2. required ObjectPreview value,
})

Implementation

EntryPreview({this.key, required this.value});