CreateReusableDelegationSetResponse constructor

CreateReusableDelegationSetResponse({
  1. required DelegationSet delegationSet,
  2. required String location,
})

Implementation

CreateReusableDelegationSetResponse({
  required this.delegationSet,
  required this.location,
});