Principal constructor

Principal({
  1. String? serviceAccount,
  2. String? user,
})

Implementation

Principal({this.serviceAccount, this.user});