Document class
Prisma DMMF document.
- Annotations
-
- @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)
Constructors
Properties
- datamodel → Datamodel
-
Prisma DMMF datamodel field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mappings → Mappings
-
Prisma DMMF mappings field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema → Schema
-
Prisma DMMF scehma field.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Document as JSON map.
-
toString(
) → String -
Document as JSON string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited