GetReusableDelegationSetResponse constructor

GetReusableDelegationSetResponse({
  1. required DelegationSet delegationSet,
})

Implementation

GetReusableDelegationSetResponse({
  required this.delegationSet,
});