getConstantStringAppend method
Implementation
String getConstantStringAppend({
required String apiType,
required String apiName,
required String endPoint,
}) =>
'const String ${apiType.toUpperCase()}_${apiName.toUpperCase()} = "$endPoint";';