ParticipantAttribute constructor

ParticipantAttribute({
  1. required String inputDataType,
})

Implementation

ParticipantAttribute({required this.inputDataType}) : super();