LabelingJobSnsDataSource constructor

LabelingJobSnsDataSource({
  1. required String snsTopicArn,
})

Implementation

LabelingJobSnsDataSource({
  required this.snsTopicArn,
});