Mappings constructor
const
Mappings({
- required Iterable<
ModelMapping> modelOperations, - required OtherOperationMappings otherOperations,
Implementation
const Mappings({
required this.modelOperations,
required this.otherOperations,
});