Biography constructor

Biography({
  1. String? contentType,
  2. FieldMetadata? metadata,
  3. String? value,
})

Implementation

Biography({
  this.contentType,
  this.metadata,
  this.value,
});