AndroidIdentifiers constructor

const AndroidIdentifiers({
  1. String? lookupKey,
  2. List<RawContact> rawContacts = const [],
})

Implementation

const AndroidIdentifiers({this.lookupKey, this.rawContacts = const []});