SchemaType class

Schema arg input type.

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

Constructors

SchemaType({required bool isList, required String type, required FieldLocation location, FieldNamespace? namespace})
Create a new schema arg input type.
const
SchemaType.fromJson(Map<String, dynamic> json)
Schema arg input type from JSON factory constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isList bool
Input type is a list.
final
location FieldLocation
field location.
final
namespace FieldNamespace?
Field namespace.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Arg type.
final

Methods

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

Operators

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