observers property

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

User who follow the task.

Implementation

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