ResponseResult constructor

ResponseResult({
  1. String? result,
})

Creates a new response result.

Implementation

ResponseResult({this.result});