WHIP constructor

WHIP({
  1. required String url,
  2. Map<String, String>? headers,
})

Implementation

WHIP({required this.url, this.headers});