RemoveOptionFromIssuesResult class
Constructors
-
RemoveOptionFromIssuesResult({SimpleErrorCollection? errors, List<
int> ? modifiedIssues, List<int> ? unmodifiedIssues}) -
RemoveOptionFromIssuesResult.fromJson(Map<
String, Object?> json) -
factory
Properties
- errors → SimpleErrorCollection?
-
A collection of errors related to unchanged issues. The collection size is
limited, which means not all errors may be returned.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modifiedIssues
→ List<
int> -
The IDs of the modified issues.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unmodifiedIssues
→ List<
int> -
The IDs of the unchanged issues, those issues where errors prevent
modification.
final
Methods
-
copyWith(
{SimpleErrorCollection? errors, List< int> ? modifiedIssues, List<int> ? unmodifiedIssues}) → RemoveOptionFromIssuesResult -
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