CockpitWidgetProperty constructor

const CockpitWidgetProperty({
  1. required String name,
  2. required String value,
})

Creates one bounded diagnostic property.

Implementation

const CockpitWidgetProperty({required this.name, required this.value});