Mark current chain nullable (null accepted as valid).
@override B nullable<_>({String? message}) { this._nullable = true; return self; }