MOperationDefinition class

Inheritance
  • Object
  • MModel
  • MOperationDefinition
Implemented types

Constructors

MOperationDefinition(Map<String, dynamic> wrapped, {MSchemaRef mtype = MOperationDefinitionRef, bool update = true})

Properties

diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
implements_ ↔ MOperationRef?
Property getter and setter for implements_:
getter/setter pairoverride
initSchema IMSchemaDefinition?
Property getter and setter for initSchema:
getter/setter pairoverride
inputSchema IMSchemaDefinition?
Property getter and setter for inputSchema:
getter/setter pairoverride
isAssisted bool?
Property getter and setter for isAssisted:
getter/setter pairoverride
isVirtual bool?
Property getter and setter for isVirtual:
getter/setter pairoverride
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mtype → MSchemaRef
no setterinherited
operationDescription String?
Property getter and setter for operationDescription:
getter/setter pairoverride
operationLabel String?
Property getter and setter for operationLabel:
getter/setter pairoverride
operationRef ↔ MOperationRef?
Property getter and setter for operationRef:
getter/setter pairoverride
outputSchema IMSchemaDefinition?
Property getter and setter for outputSchema:
getter/setter pairoverride
owningType ↔ MSchemaRef?
Property getter and setter for owningType:
getter/setter pairoverride
realm String?
Property getter and setter for realm:
getter/setter pairoverride
recordKey → RecordKey?
no setterinherited
requiredTokens List<String>?
Property getter and setter for requiredTokens:
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() MOperationDefinition
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
has(String fieldName) bool
inherited
jpath<T>(JsonPath<T> path, [T? value]) → T?
inherited
modified() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune(Set<String> fields) → void
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
sync([Set<String>? fields]) → void
There are some weird cases where collections aren't synced properly with the underlying json. This will overwrite the json with the latest value of the variable.
inherited
takeFrom(dynamic source) → void
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
toJson() → dynamic
override
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(String key, dynamic value) → void
override

Static Methods

fromJson(dynamic wrapped) MOperationDefinition
override
of({required MOperationRef? operationRef, MOperationRef? implements_, MSchemaRef? owningType, String? operationLabel, String? operationDescription, bool? isAssisted = false, bool? isVirtual = false, String? realm, List<String>? requiredTokens, IMSchemaDefinition? inputSchema, IMSchemaDefinition? outputSchema, IMSchemaDefinition? initSchema}) MOperationDefinition