RequestVC constructor
RequestVC({
- required String vcType,
- RequestVCQuery? query,
Implementation
RequestVC({
required this.vcType,
this.query,
});
RequestVC({
required this.vcType,
this.query,
});