error property
FbpError?
get
error
failed?
Implementation
FbpError? get error => _response.success ? null : FbpError(_response.errorCode, _response.errorString);
failed?
FbpError? get error => _response.success ? null : FbpError(_response.errorCode, _response.errorString);