Identity constructor

Identity({
  1. String? principal,
})

Implementation

Identity({this.principal});