ContentTypeProfileConfig constructor
ContentTypeProfileConfig({
- required bool forwardWhenContentTypeIsUnknown,
- ContentTypeProfiles? contentTypeProfiles,
Implementation
ContentTypeProfileConfig({
required this.forwardWhenContentTypeIsUnknown,
this.contentTypeProfiles,
});