headers property

  1. @override
Map<String, String>? headers
override

headers - because there are some times it's easier to incldue the headers in the object instead of only passing it in with the request

Implementation

@override

/// [headers] - because there are some times it's easier to incldue the
/// headers in the object instead of only passing it in with the
/// request
Map<String, String>? get headers;