OtherError constructor

OtherError({
  1. int? statusCode,
  2. String? statusMessage,
})

Implementation

OtherError({this.statusCode, this.statusMessage});