AuthPayload constructor

const AuthPayload(
  1. String url,
  2. String scheme
)

Implementation

const AuthPayload(this.url, this.scheme);