collection method

  1. @override
Uri collection(
  1. String type
)
override

Returns a URL for the primary resource collection of type type. E.g. /books.

Implementation

@override
Uri collection(String type) => _resolve([type]);