Owner property

String? Owner
Gets the name of the owner of the task.

Implementation

String? get Owner => this.PropertyBag[TaskSchema.Owner] as String?;