Map<String, String>? getHttpExtraHeaders() { return (dartify(_getHttpExtraHeaders()) as Map<dynamic, dynamic>).cast<String, String>(); }