ApiRequestException.methodNotAllowed constructor

ApiRequestException.methodNotAllowed([
  1. String? message
])

Implementation

ApiRequestException.methodNotAllowed([String? message]) : this(405, message);