Subject constructor
Subject({})
Implementation
Subject({
this.countryCode,
this.locality,
this.organization,
this.organizationalUnit,
this.postalCode,
this.province,
this.streetAddress,
});
Subject({
this.countryCode,
this.locality,
this.organization,
this.organizationalUnit,
this.postalCode,
this.province,
this.streetAddress,
});