RequestVC constructor

RequestVC({
  1. required String vcType,
  2. RequestVCQuery? query,
})

Implementation

RequestVC({
  required this.vcType,
  this.query,
});