GenerateScreenBindings constructor

const GenerateScreenBindings({
  1. bool? isAccessibleOnlyIfLoggedInAndVerified,
  2. bool? isAccessibleOnlyIfLoggedIn,
  3. bool? isAccessibleOnlyIfLoggedOut,
  4. bool? isRedirectable,
  5. String? path,
  6. Set? internalParameters,
  7. Set? queryParameters,
  8. String? defaultTitle,
  9. String? makeup,
  10. String? className,
  11. String? screenKey,
})

Implementation

const GenerateScreenBindings({
  this.isAccessibleOnlyIfLoggedInAndVerified,
  this.isAccessibleOnlyIfLoggedIn,
  this.isAccessibleOnlyIfLoggedOut,
  this.isRedirectable,
  this.path,
  this.internalParameters,
  this.queryParameters,
  this.defaultTitle,
  this.makeup,
  this.className,
  this.screenKey,
});