Mappings constructor
const
Mappings({
- required List<
ModelMapping> modelOperations, - required OtherOperationMappings otherOperations,
Create a new DMMF mapping.
Implementation
const Mappings({
required this.modelOperations,
required this.otherOperations,
});