POST constructor

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

Implementation

const POST({required this.endPoint});