success property

bool? get success
override

Implementation

bool? get success => _$this._success;
set success (covariant bool? success)
covariantoverride

Implementation

set success(covariant bool? success) => _$this._success = success;