uploadedDate property

String? uploadedDate
final

Apple's uploadedDate, exactly as sent.

Apple's own offset-bearing spelling, not re-serialized — a DateTime here would render in the API docs as a Dart type a non-Dart reader has to translate, and DateTime.toIso8601String is not the string Apple sends.

Implementation

final String? uploadedDate;