type property

String type
final

Describes the data type in the same the way is is defined in the Prisma schema:

BigInt, Boolean, Bytes, DateTime, Decimal, Float, Int, JSON, String, $ModelName

Implementation

final String type;