GetTuningJobRequest constructor

GetTuningJobRequest({
  1. required String name,
})

Implementation

GetTuningJobRequest({required this.name}) : super(fullyQualifiedName);