Gatekeeper constructor

const Gatekeeper({
  1. required bool expireOnUse,
  2. required SolAddress gatekeeperNetwork,
})

Implementation

const Gatekeeper(
    {required this.expireOnUse, required this.gatekeeperNetwork});