InputObjectTypes class

Input object types.

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

Constructors

InputObjectTypes({List<InputType>? model, List<InputType>? prisma})
Create a new input object types.
const
InputObjectTypes.fromJson(Map<String, dynamic> json)
Input object types from JSON factory constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
model List<InputType>?
For now there are no model InputType.
final
prisma List<InputType>?
For prisma namespace InputType.
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>
Input object types as JSON map.
toString() String
Input object types as JSON string.
override

Operators

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