PreviewEntry constructor
PreviewEntry({})
Implementation
PreviewEntry({
required this.id,
required this.importUri,
required this.expr,
required this.kind,
this.name,
this.annoCode,
this.isMulti = false,
this.note,
this.className,
});