LinkGroup class

Details a link group, which defines issue operations.

Constructors

LinkGroup({String? id, String? styleClass, LinkGroupHeader? header, int? weight, List<LinkGroupLinksItem>? links, List<LinkGroup>? groups})
LinkGroup.fromJson(Map<String, Object?> json)
factory

Properties

groups List<LinkGroup>
final
hashCode int
The hash code for this object.
no setterinherited
Details about the operations available in this version.
final
id String?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleClass String?
final
weight int?
final

Methods

copyWith({String? id, String? styleClass, LinkGroupHeader? header, int? weight, List<LinkGroupLinksItem>? links, List<LinkGroup>? groups}) LinkGroup
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