CreateReusableDelegationSetResponse constructor
CreateReusableDelegationSetResponse({
- required DelegationSet delegationSet,
- required String location,
Implementation
CreateReusableDelegationSetResponse({
required this.delegationSet,
required this.location,
});