Map<String, dynamic> toMap() => <String, dynamic>{ "cachedAt": cachedAt?.toIso8601String(), "cacheExpiresAt": cacheExpiresAt?.toIso8601String(), };