String? get details => _$this._details;
set details(covariant String? details) => _$this._details = details;