OperationCheckResult class
An operation and the target entity that it applies to, e.g. create page.
Constructors
- OperationCheckResult({required OperationCheckResultOperation operation, required String targetType})
-
OperationCheckResult.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation → OperationCheckResultOperation
-
The operation itself.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetType → String
-
The space or content type that the operation applies to. Could be one of-
final
Methods
-
copyWith(
{OperationCheckResultOperation? operation, String? targetType}) → OperationCheckResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited