OperationResult.success constructor

OperationResult.success(
  1. String message, [
  2. TemplateNFC? payloadNfc
])

Implementation

OperationResult.success(this.message, [this.payloadNfc])
    : isSuccess = true,
      errorCode = null;