isSubmitted method

bool isSubmitted()

Implementation

bool isSubmitted() {
  return methods.contains(rq.method);
}