AccountGetPrivacy constructor

const AccountGetPrivacy({
  1. required InputPrivacyKeyBase key,
})

Account Get Privacy constructor.

Implementation

const AccountGetPrivacy({
  required this.key,
}) : super._();