HttpRule constructor
HttpRule({})
Implementation
HttpRule({
this.selector = '',
this.get,
this.put,
this.post,
this.delete,
this.patch,
this.custom,
this.body = '',
this.responseBody = '',
this.additionalBindings = const [],
}) : super(fullyQualifiedName);