GrpcError.ok constructor
const
GrpcError.ok([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
The operation completed successfully.
Implementation
const GrpcError.ok([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.ok;