AndroidData constructor

const AndroidData({
  1. bool? isFavorite,
  2. String? customRingtone,
  3. bool? sendToVoicemail,
  4. int? lastUpdatedTimestamp,
  5. AndroidIdentifiers? identifiers,
  6. Map? debugData,
})

Implementation

const AndroidData({
  this.isFavorite,
  this.customRingtone,
  this.sendToVoicemail,
  this.lastUpdatedTimestamp,
  this.identifiers,
  this.debugData,
});