OperationResult.success constructor
OperationResult.success(
- String message, [
- TemplateNFC? payloadNfc
Implementation
OperationResult.success(this.message, [this.payloadNfc])
: isSuccess = true,
errorCode = null;