AFStandardIDMapRoot<TSubclass, TModel> constructor

const AFStandardIDMapRoot<TSubclass, TModel>({
  1. required Map<String, TModel> items,
})

Implementation

const AFStandardIDMapRoot({
  required this.items,
});