core.Map<core.String, core.dynamic> toJson() { final bidAmountMicros = this.bidAmountMicros; return {'bidAmountMicros': ?bidAmountMicros}; }