GET constructor

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

Implementation

const GET({required this.endPoint});