biography property

String? get biography
override

Implementation

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

Implementation

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