WebState constructor

WebState({
  1. User? user,
  2. App? app,
  3. Auth? auth,
})

Implementation

WebState({this.user, this.app, this.auth});