Guarded constructor

const Guarded(
  1. List<GuardBase> guards
)

guard your pages with this

Implementation

const Guarded(this.guards);