CustomFieldContextProjectMapping constructor

CustomFieldContextProjectMapping({
  1. required String contextId,
  2. bool? isGlobalContext,
  3. String? projectId,
})

Implementation

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