contactKey property

MKey? contactKey
override

Implementation

MKey? get contactKey => creditor;
void contactKey=(MKey? mkey)
override

Implementation

set contactKey(MKey? mkey) {
  if (this.creditor == null && this.debtor == null) {
    this.creditor = mkey;
  }
}