TaskAttachment class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- TaskAttachment({required String name, required String filename, required FileMediaType mediaType, required int length, required String? version})
-
const
-
TaskAttachment.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? name, String? filename, FileMediaType? mediaType, int? length, String? version}) → TaskAttachment -
Available on TaskAttachment, provided by the $TaskAttachmentExtension extension
-
copyWithWrapped(
{Wrapped< String> ? name, Wrapped<String> ? filename, Wrapped<FileMediaType> ? mediaType, Wrapped<int> ? length, Wrapped<String?> ? version}) → TaskAttachment -
Available on TaskAttachment, provided by the $TaskAttachmentExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const TaskAttachment Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TaskAttachment instance)