initialize method

FutureOr initialize(
  1. MKey targetKey,
  2. MKey agentKey
)
inherited

Implementation

initialize(MKey targetKey, MKey agentKey) {
  dateCreated = DateTime.now();
  contactKey = targetKey;
}