String? get boardname => _$this._boardname;
set boardname(covariant String? boardname) => _$this._boardname = boardname;