CloudFunctionResult constructor

CloudFunctionResult(
  1. bool success,
  2. String message
)

Implementation

CloudFunctionResult(this.success, this.message);