Project class

Constructors

Project({required String id, required String name, required int commentCount, required int order, required String color, required bool isShared, required bool isFavorite, String? parentId, required bool isInboxProject, required bool isTeamInbox, required String viewStyle, required String url})

Properties

color String
final
commentCount int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isFavorite bool
final
isInboxProject bool
final
isShared bool
final
isTeamInbox bool
final
name String
final
order int
final
parentId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
viewStyle String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited