toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assigneeEmailAddress != null)
        'assigneeEmailAddress': assigneeEmailAddress!,
      if (componentId != null) 'componentId': componentId!,
      if (templateId != null) 'templateId': templateId!,
      if (title != null) 'title': title!,
    };