ContactKeys.empty constructor

ContactKeys.empty(
  1. ContactMode? mode
)

Implementation

ContactKeys.empty(this.mode)
    : identifier = null,
      unifiedContactId = null,
      singleContactId = null,
      otherKeys = <String, String>{};