Identity constructor

Identity({
  1. String? arn,
  2. String? name,
})

Implementation

Identity({
  this.arn,
  this.name,
});