OutputObjectTypes class

Output object types.

Annotations
  • @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)

Constructors

OutputObjectTypes({List<OutputType>? model, required List<OutputType> prisma})
Create a new output object types.
const
OutputObjectTypes.fromJson(Map<String, dynamic> json)
Output object types from JSON factory constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
model List<OutputType>?
For mode namespace output types.
final
prisma List<OutputType>
For prisma namespace output types.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Output object types as JSON map.
toString() String
Output object types as JSON string.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited