strikeExpiresAt property
When the strike should expire. If not provided, the strike never expires.
Implementation
int? get strikeCount;/// When the strike should expire. If not provided, the strike never expires.
@JsonKey(toJson: iso8601) DateTime? get strikeExpiresAt;