ip property
- @JsonKey(fromJson: fromGraphQLIpToDartIpAddress, toJson: fromDartIpAddressToGraphQLIp)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLIpToDartIpAddress,
toJson: fromDartIpAddressToGraphQLIp)
late IpAddress ip;