ResultSuccess constructor

ResultSuccess(
  1. dynamic returnValue, {
  2. bool sendByteDataAsRaw = false,
})

Creates a new successful result with a value.

Implementation

ResultSuccess(this.returnValue, {this.sendByteDataAsRaw = false});