attachments property

  1. @JsonKey.new(name: 'attachments', defaultValue: <TaskAttachment>[])
List<TaskAttachment>? attachments
final

Implementation

@JsonKey(name: 'attachments', defaultValue: <TaskAttachment>[])
final List<TaskAttachment>? attachments;