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