SearchPackagesInput.fromJson(Map<String, dynamic> json) : this( query: json['query'] as String, limit: json['limit'] as int? ?? 3, );