ChannelResponse constructor

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

Implementation

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