PATCH constructor

const PATCH({
  1. required String endPoint,
})

Implementation

const PATCH({required this.endPoint});