The package with id, or null.
id
null
@override Future<Package?> package(String id) async => _maybe( await _call(StoreProtocol.packageGet, {'id': id}), Package.fromJson, );