ContentSource constructor

ContentSource({
  1. String? contentSourceName,
  2. LastModifiedInfo? createInfo,
  3. LastModifiedInfo? lastModifiedInfo,
  4. ContentSourceMetaData? metaData,
  5. String? resourceLink,
  6. String? resourceType,
})

Implementation

ContentSource({
  this.contentSourceName,
  this.createInfo,
  this.lastModifiedInfo,
  this.metaData,
  this.resourceLink,
  this.resourceType,
});