Resource constructor

Resource({
  1. String? pathTemplate,
  2. String? type,
})

Implementation

Resource({this.pathTemplate, this.type});