SiweAuthError constructor

SiweAuthError({
  1. required String network,
})

Implementation

SiweAuthError({required String network}) : _network = network;