AFComponentState constructor

AFComponentState({
  1. required Map<String, Object> models,
  2. required AFCreateComponentStateDelegate create,
})

Implementation

AFComponentState({
  required this.models,
  required this.create,
});