ApplicationTransferParam constructor

ApplicationTransferParam({
  1. String? key,
  2. List<String>? value,
})

Implementation

ApplicationTransferParam({
  this.key,
  this.value,
});