ClickUpTaskAttachment class

Annotations
  • @JsonSerializable()

Constructors

ClickUpTaskAttachment.new({required String? id, required String? version, required int? date, required String? title, required String? extension, required String? thumbnailSmall, required String? thumbnailMedium, required String? thumbnailLarge, required String? url, required String? urlWQuery, required String? urlWHost})
ClickUpTaskAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

date int?
final
extension String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailLarge String?
final
thumbnailMedium String?
final
thumbnailSmall String?
final
title String?
final
url String?
final
urlWHost String?
final
urlWQuery String?
final
version String?
final

Methods

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

Operators

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