items property

  1. @JsonKey(name: 'items')
List<String>? items
inherited

Items of the task.

Implementation

@JsonKey(name: 'items')
List<String>? get items => throw _privateConstructorUsedError;