ADMChannelResponse constructor

ADMChannelResponse({
  1. required String platform,
  2. String? applicationId,
  3. String? creationDate,
  4. bool? enabled,
  5. bool? hasCredential,
  6. String? id,
  7. bool? isArchived,
  8. String? lastModifiedBy,
  9. String? lastModifiedDate,
  10. int? version,
})

Implementation

ADMChannelResponse({
  required this.platform,
  this.applicationId,
  this.creationDate,
  this.enabled,
  this.hasCredential,
  this.id,
  this.isArchived,
  this.lastModifiedBy,
  this.lastModifiedDate,
  this.version,
});