We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e5ba0 commit e5af93cCopy full SHA for e5af93c
lib/src/holiday_event_api.dart
@@ -9,7 +9,7 @@ import 'package:http/http.dart';
9
/// The Official Holiday and Event API for Dart and Flutter.
10
class HolidayEventApi {
11
/// Creates a [HolidayEventApi] using the provided [apiKey].
12
- ///
+ ///
13
/// Get one at https://apilayer.com/marketplace/checkiday-api#pricing.
14
HolidayEventApi(String apiKey) {
15
if (apiKey.isEmpty) {
0 commit comments