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
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