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
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