transactionsLastUpdatedAt property

int? get transactionsLastUpdatedAt

Last updated timestamp for transactions count.

Implementation

int? get transactionsLastUpdatedAt =>
    (raw['transactionsLastUpdatedAt'] as num?)?.toInt();