toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (createdBy != null) r'createdBy': createdBy,
    if (documentTypes != null) r'documentTypes': documentTypes,
    if (documents != null) r'documents': documents,
    if (operator_ != null) r'operator': operator_,
    if (targetGroups != null) r'targetGroups': targetGroups,
    if (workflow != null) r'workflow': workflow,
  };
}