userProfileScreen property
Implementation
static final userProfileScreen = screen(
name: 'user_profile',
builder: (context, state) => UserProfileScreen(state: state),
);
static final userProfileScreen = screen(
name: 'user_profile',
builder: (context, state) => UserProfileScreen(state: state),
);