Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'company_id'] = this.companyId; return json; }