RestResource constructor
RestResource({
- bool? deprecated,
- Map<
String, RestMethod> ? methods, - Map<
String, RestResource> ? resources,
Implementation
RestResource({
this.deprecated,
this.methods,
this.resources,
});