AddressGate constructor

const AddressGate({
  1. required SolAddress address,
})

Implementation

const AddressGate({required this.address});