principal property

Principal? principal

Implementation

Principal? get principal => this.id == null ? null : Principal.oftheBytes(this.id!.bytes);