Resource constructor

const Resource(
  1. List<Entry> body, {
  2. Span? span,
})

Wraps the parsed body.

Implementation

const Resource(this.body, {this.span});