Map<int, LogInfo>? get parts => this._parts;
set parts(Map<int, LogInfo>? parts) { this._parts = parts; }