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