String? get biography => _$this._biography;
set biography(covariant String? biography) => _$this._biography = biography;