Create an instance of Gun, peers represent the list of gun relay to connect to.
peers
Gun({List<String>? peers}) { _gun = GunJsImpl(peers); }