copyWith method
Implementation
AFPrivateState copyWith({
AFTestState? testState,
}) {
return AFPrivateState(
testState: testState ?? this.testState,
);
}
AFPrivateState copyWith({
AFTestState? testState,
}) {
return AFPrivateState(
testState: testState ?? this.testState,
);
}