requiresRegistration property
bool
get
requiresRegistration
Whether the route registration needs to be added.
Implementation
bool get requiresRegistration => !hasRegistration;
Whether the route registration needs to be added.
bool get requiresRegistration => !hasRegistration;