OutputObjectTypes constructor

const OutputObjectTypes({
  1. required Iterable<OutputType> model,
  2. required Iterable<OutputType> prisma,
})

Implementation

const factory OutputObjectTypes({
  required Iterable<OutputType> model,
  required Iterable<OutputType> prisma,
}) = _OutputObjectTypes;