ProjectLandingPageInfo class

Constructors

ProjectLandingPageInfo({Map<String, dynamic>? attributes, int? boardId, String? boardName, String? projectKey, String? projectType, String? queueCategory, int? queueId, String? queueName, bool? simpleBoard, bool? simplified, String? url})
ProjectLandingPageInfo.fromJson(Map<String, Object?> json)
factory

Properties

attributes Map<String, dynamic>?
final
boardId int?
final
boardName String?
final
hashCode int
The hash code for this object.
no setterinherited
projectKey String?
final
projectType String?
final
queueCategory String?
final
queueId int?
final
queueName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleBoard bool
final
simplified bool
final
url String?
final

Methods

copyWith({Map<String, dynamic>? attributes, int? boardId, String? boardName, String? projectKey, String? projectType, String? queueCategory, int? queueId, String? queueName, bool? simpleBoard, bool? simplified, String? url}) ProjectLandingPageInfo
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