AFComponentState constructor
AFComponentState({
- required Map<
String, Object> models, - required AFCreateComponentStateDelegate create,
Implementation
AFComponentState({
required this.models,
required this.create,
});