toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assignees != null) 'assignees': assignees!,
      if (externalSystemUpdateTime != null)
        'externalSystemUpdateTime': externalSystemUpdateTime!,
      if (externalUid != null) 'externalUid': externalUid!,
      if (name != null) 'name': name!,
      if (status != null) 'status': status!,
    };