origin method

String? origin()

get origin

Implementation

String? origin() {
  return request.origin();
}