InputDescriptorField class

Implemented types

Constructors

InputDescriptorField({required List<JsonPath> path, String? id, String? purpose, String? name, JsonSchema? filter, bool? optional, Limiting? predicate})
InputDescriptorField.fromJson(dynamic fieldJson)

Properties

filter ↔ JsonSchema?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
name String?
getter/setter pair
optional bool?
getter/setter pair
path List<JsonPath>
getter/setter pair
predicate Limiting?
Either required or preferred.
getter/setter pair
purpose String?
getter/setter pair
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>
override
toString() String
A string representation of this object.
override

Operators

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