HttpLinkHeaders constructor

const HttpLinkHeaders({
  1. Map<String, String> headers = const {},
})

Implementation

const HttpLinkHeaders({
  this.headers = const {},
});