Input$PackageKey constructor
Implementation
factory Input$PackageKey({
required String address,
int? atCheckpoint,
int? version,
}) => Input$PackageKey._({
r'address': address,
if (atCheckpoint != null) r'atCheckpoint': atCheckpoint,
if (version != null) r'version': version,
});