applyCouponScreen property
Implementation
static final applyCouponScreen = screen(
name: 'apply_coupon_screen',
builder: (context, state) => ApplyCouponScreen(state: state),
);
static final applyCouponScreen = screen(
name: 'apply_coupon_screen',
builder: (context, state) => ApplyCouponScreen(state: state),
);