Occupation constructor

Occupation({
  1. FieldMetadata? metadata,
  2. String? value,
})

Implementation

Occupation({this.metadata, this.value});