ObjectPreview constructor
ObjectPreview({
- required ObjectPreviewType type,
- ObjectPreviewSubtype? subtype,
- String? description,
- required bool overflow,
- required List<
PropertyPreview> properties, - List<
EntryPreview> ? entries,
Implementation
ObjectPreview(
{required this.type,
this.subtype,
this.description,
required this.overflow,
required this.properties,
this.entries});