ContentTypeProfile constructor

ContentTypeProfile({
  1. required String contentType,
  2. required Format format,
  3. String? profileId,
})

Implementation

ContentTypeProfile({
  required this.contentType,
  required this.format,
  this.profileId,
});