Session constructor
Session({})
Implementation
Session({
required this.id,
required this.appId,
required this.httpProviderId,
required this.sessionId,
this.proofs,
required this.statusV2,
});
Session({
required this.id,
required this.appId,
required this.httpProviderId,
required this.sessionId,
this.proofs,
required this.statusV2,
});