AFState constructor
const
AFState({
- required AFPrivateState private,
- required AFPublicState public,
Construct an AFib state with the specified route and app state.
Implementation
const AFState({
required this.private,
required this.public
});