LinkGroup class
Details a link group, which defines issue operations.
Constructors
-
LinkGroup({List<
LinkGroup> ? groups, SimpleLink? header, String? id, List<SimpleLink> ? links, String? styleClass, int? weight}) -
LinkGroup.fromJson(Map<
String, Object?> json) -
factory
Properties
-
groups
→ List<
LinkGroup> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → SimpleLink?
-
final
- id → String?
-
final
-
links
→ List<
SimpleLink> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleClass → String?
-
final
- weight → int?
-
final
Methods
-
copyWith(
{List< LinkGroup> ? groups, SimpleLink? header, String? id, List<SimpleLink> ? links, String? styleClass, int? weight}) → 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