timestampMs property

BigInt get timestampMs
override

Implementation

BigInt get timestampMs => RustLib.instance.api
        .crateApiModelsReportNetworkReportAutoAccessorGetTimestampMs(
      that: this,
    );
set timestampMs (BigInt timestampMs)
override

Implementation

set timestampMs(BigInt timestampMs) => RustLib.instance.api
    .crateApiModelsReportNetworkReportAutoAccessorSetTimestampMs(
        that: this, timestampMs: timestampMs);