EndPointData constructor
EndPointData({})
Implementation
EndPointData({required this.path, required String endpoint, Methods? method, this.allowedSHAFingerprints}) {
this.endpoint = "$path/$endpoint";
this.method = method ?? this.method;
}