ConnectCustomFieldValue constructor
      
      ConnectCustomFieldValue({})
     
    
    
Implementation
ConnectCustomFieldValue(
    {required this.type,
    required this.fieldId,
    required this.issueId,
    this.number,
    this.optionId,
    this.richText,
    this.string,
    this.text});