Notification class

Details about a notification.

Constructors

Notification({String? htmlBody, NotificationRecipientsRestrictions? restrict, String? subject, String? textBody, NotificationRecipients? to})
Notification.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
htmlBody String?
The HTML body of the email notification for the issue.
final
restrict NotificationRecipientsRestrictions?
Restricts the notifications to users with the specified permissions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.
final
textBody String?
The plain text body of the email notification for the issue.
final
to NotificationRecipients?
The recipients of the email notification for the issue.
final

Methods

copyWith({String? htmlBody, NotificationRecipientsRestrictions? restrict, String? subject, String? textBody, NotificationRecipients? to}) Notification
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