ServiceResetEvent constructor

const ServiceResetEvent({
  1. required List<ServiceModel> serviceList,
})

Implementation

const factory ServiceResetEvent(
        {required final List<ServiceModel> serviceList}) =
    _$ServiceResetEventImpl;