FluidResponse.error constructor

FluidResponse.error(
  1. String type
)

Implementation

factory FluidResponse.error(String type) {
  return FluidResponse(
    error: type,
  );
}