totalBytes property

int? totalBytes

Implementation

int? get totalBytes => _$this._totalBytes;
void totalBytes=(int? totalBytes)

Implementation

set totalBytes(int? totalBytes) => _$this._totalBytes = totalBytes;