Biography constructor
Biography({
- String? contentType,
- FieldMetadata? metadata,
- String? value,
Implementation
Biography({this.contentType, this.metadata, this.value});