MOperationRef class
A reference that points to a versioned json-schema for an operation or action
- Inheritance
-
- Object
- MLiteral<
String> - MArtifactRef
- MOperationRef
Constructors
- MOperationRef(String? developer, String? module, String artifactId, String? version, [String type = "default"])
-
const
- MOperationRef.ofNamed(MModuleRef module, String operationName, [String type = "default"])
Properties
- artifactId → String?
-
finalinherited
- artifactType → String
-
finalinherited
- developer → String?
-
finalinherited
- diffHashCode → int
-
no setterinherited
- diffKey → String
-
no setterinherited
- diffSource → dynamic
-
no setterinherited
- equalityHashCode → int
-
no setterinherited
- fullUri → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isKnown → bool
-
no setterinherited
- module → String?
-
finalinherited
- operationName → String?
-
no setter
- relativeSchemaBaseUri → String
-
no setterinherited
- relativeSchemaUri → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
finalinherited
- value → String
-
finalinherited
- version → String?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → MOperationRef? -
parsed(
String? value) → MOperationRef?