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