toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'company': this.company,
      'companyID': this.companyID,
      'companySize': this.companySize,
      'description': this.description,
      'endDate': this.endDate,
      'industry': this.industry,
      'isCurrent': this.isCurrent,
      'location': this.location,
      'startDate': this.startDate,
      'title': this.title,
    };