AFState constructor

const AFState({
  1. required AFPrivateState private,
  2. required AFPublicState public,
})

Construct an AFib state with the specified route and app state.

Implementation

const AFState({
  required this.private,
  required this.public
});