num property

  1. @JsonKey(name: 'num')
int? num
inherited

Task number in this team.

Implementation

@JsonKey(name: 'num')
int? get num => throw _privateConstructorUsedError;