AFPrivateState constructor

AFPrivateState({
  1. required AFTestState testState,
})

Implementation

AFPrivateState({
  required this.testState,
});