api property

String api

Implementation

String get api => endPoint
    .replaceAll("/api/", "")
    .replaceAll("https://", "")
    .replaceAll("http://", "")
    .replaceAll("/", "-");