ContentTypeProfileConfig constructor

ContentTypeProfileConfig({
  1. required bool forwardWhenContentTypeIsUnknown,
  2. ContentTypeProfiles? contentTypeProfiles,
})

Implementation

ContentTypeProfileConfig({
  required this.forwardWhenContentTypeIsUnknown,
  this.contentTypeProfiles,
});