IssuerListResponse constructor

IssuerListResponse({
  1. List<Issuer>? resources,
})

Implementation

IssuerListResponse({
  this.resources,
});