headers property

Map<String, String>? headers
final

Additional headers that should be included in the response. Supabase's client sometimes requires header values to properly parse the result such as {'content-range': '*/1'}

Implementation

final Map<String, String>? headers;