currentRoute property Null safety

Route currentRoute

현재(마지막) 라우트정보를 반환합니다.

Implementation

Route get currentRoute => history.last;