success property

bool? get success

Implementation

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

Implementation

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