Identity constructor

Identity({
  1. String? principalId,
  2. String? type,
})

Implementation

Identity({
  this.principalId,
  this.type,
});