EntryPreview constructor
EntryPreview({
- ObjectPreview? key,
- required ObjectPreview value,
Implementation
EntryPreview({this.key, required this.value});
EntryPreview({this.key, required this.value});