CustomerRequestLinkDTO class
Constructors
- CustomerRequestLinkDTO({String? agent, String? jiraRest, String? self, String? web})
-
CustomerRequestLinkDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- agent → String?
-
Jira agent view URL for the request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jiraRest → String?
-
REST API URL for the request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
final
- web → String?
-
Web URL for the request.
final
Methods
-
copyWith(
{String? agent, String? jiraRest, String? self, String? web}) → CustomerRequestLinkDTO -
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