RequestErrorException constructor Null safety

RequestErrorException(
  1. String error
)

Implementation

RequestErrorException(this.error);