StatusInfo constructor

StatusInfo({
  1. required String status,
})

Implementation

StatusInfo({required this.status});