toJson method

List toJson()

Converts the request to JSON format.

Implementation

List<dynamic> toJson() {
  return [];
}