AFStateTestStateVerificationContext constructor

AFStateTestStateVerificationContext({
  1. required AFState afState,
})

Implementation

AFStateTestStateVerificationContext({
  required this.afState,
});