Timestamp in milliseconds when the token was created, if reported.
Only the collection route carries this key; the token, NFT and account-holding routes report timestamp alone.
int? get timestampMs => optionalAs<int>(raw['timestampMs'], 'timestampMs');