mode property

  1. @override
String get mode
override

A getter that returns the operation mode of the request.

This is set to 'encode' by default, indicating that the operation is intended for encoding the image.

Implementation

@override
String get mode => 'convert';