Mappings constructor

const Mappings({
  1. required List<ModelMapping> modelOperations,
  2. required OtherOperationMappings otherOperations,
})

Create a new DMMF mapping.

Implementation

const Mappings({
  required this.modelOperations,
  required this.otherOperations,
});