AuthHeaders constructor

const AuthHeaders({
  1. required Map<String, String> headers,
  2. String? error,
})

Implementation

const AuthHeaders({required this.headers, this.error});