ContentSource constructor
ContentSource({
- String? contentSourceName,
- LastModifiedInfo? createInfo,
- LastModifiedInfo? lastModifiedInfo,
- ContentSourceMetaData? metaData,
- String? resourceLink,
- String? resourceType,
Implementation
ContentSource({
this.contentSourceName,
this.createInfo,
this.lastModifiedInfo,
this.metaData,
this.resourceLink,
this.resourceType,
});