Owner constructor

Owner({
  1. String? uniqueId,
  2. String? firebaseId,
})

Implementation

Owner({this.uniqueId, this.firebaseId});