success<T> static method
Creates a success result with the given value
Implementation
static ProgressDialogResult<T> success<T>(T value) => Success(value);
Creates a success result with the given value
static ProgressDialogResult<T> success<T>(T value) => Success(value);