timestampMs property

int? get timestampMs

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.

Implementation

int? get timestampMs => optionalAs<int>(raw['timestampMs'], 'timestampMs');