method method Null safety

RequestMethod method()

Implementation

RequestMethod method() {
  return RequestMethod.get;
}