UserKey constructor

UserKey({
  1. String? accountId,
  2. String? key,
})

Implementation

UserKey({this.accountId, this.key});