AFComponentStates constructor

const AFComponentStates({
  1. required Map<String, AFComponentState> states,
})

Implementation

const AFComponentStates({
  required this.states
});