consumes property

List<String>? get consumes
inherited

A list of MIME types the API can consume.

Implementation

List<String>? get schemes;/// A list of MIME types the API can consume.
List<String>? get consumes;