isContactCreditor method

bool isContactCreditor(
  1. IRef contact
)
inherited

Implementation

bool isContactCreditor(IRef contact) {
  return creditor?.mxid == contact.id;
}