toJsonLd method

  1. @override
Map<String, dynamic> toJsonLd()
override

Implementation

@override
Map<String, dynamic> toJsonLd() => removeEmpty({
      ...super.toJsonLd(),
      '@type': 'OccupationalExperienceRequirements',
      'monthsOfExperience': convertToJsonLd(monthsOfExperience, [num]),
    });