PropertyPreview constructor
PropertyPreview({
- required String name,
- required PropertyPreviewType type,
- String? value,
- ObjectPreview? valuePreview,
- PropertyPreviewSubtype? subtype,
Implementation
PropertyPreview(
{required this.name,
required this.type,
this.value,
this.valuePreview,
this.subtype});