CustomFieldContextProjectMapping constructor
CustomFieldContextProjectMapping({})
Implementation
CustomFieldContextProjectMapping(
{required this.contextId, bool? isGlobalContext, this.projectId})
: isGlobalContext = isGlobalContext ?? false;