Eip7702Authorization constructor
Eip7702Authorization({})
Implementation
Eip7702Authorization({
required this.chainId,
required this.address,
this.gasPayerAddress,
this.signerAddress,
required this.signerNonce,
this.v,
this.r,
this.s,
});