PrismaValue constructor

const PrismaValue(
  1. String type,
  2. dynamic value
)

Implementation

const PrismaValue(this.type, this.value);