StatusProperty constructor

const StatusProperty({
  1. required String label,
  2. required String value,
})

Implementation

const StatusProperty({required this.label, required this.value});