headers property

Map<String, String>? headers
inherited

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

Map<String, String>? get headers => throw _privateConstructorUsedError;