ASWHeader.basic constructor

const ASWHeader.basic({
  1. Map<String, String>? headers,
})

Implementation

const factory ASWHeader.basic({Map<String, String>? headers}) = _Basic;