Task class

Constructors

Task({required int globalId, required int id, required int contentId, required String status, String? title, String? description, String? body, required String creator, String? assignee, String? completeUser, required int createDate, int? dueDate, int? updateDate, int? completeDate, GenericLinks? links})
Task.fromJson(Map<String, Object?> json)
factory

Properties

assignee String?
final
body String?
final
completeDate int?
final
completeUser String?
final
contentId int
final
createDate int
final
creator String
final
description String?
final
dueDate int?
final
globalId int
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
title String?
final
updateDate int?
final

Methods

copyWith({int? globalId, int? id, int? contentId, String? status, String? title, String? description, String? body, String? creator, String? assignee, String? completeUser, int? createDate, int? dueDate, int? updateDate, int? completeDate, GenericLinks? links}) Task
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