success property

bool? success

Implementation

bool? get success => _$this._success;
void success=(bool? success)

Implementation

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