LinkIssueRequestJsonBean class

Constructors

LinkIssueRequestJsonBean({Comment? comment, required LinkedIssue inwardIssue, required LinkedIssue outwardIssue, required IssueLinkType type})
LinkIssueRequestJsonBean.fromJson(Map<String, Object?> json)
factory

Properties

comment Comment?
final
hashCode int
The hash code for this object.
no setterinherited
inwardIssue LinkedIssue
final
outwardIssue LinkedIssue
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type IssueLinkType
final

Methods

copyWith({Comment? comment, LinkedIssue? inwardIssue, LinkedIssue? outwardIssue, IssueLinkType? type}) LinkIssueRequestJsonBean
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