needAuthorization property

bool get needAuthorization

Implementation

bool get needAuthorization {
  return $$context$$["needAuthorization"];
}
set needAuthorization (bool value)

Implementation

set needAuthorization(bool value) {
  $$context$$["needAuthorization"] = value;
}