functions property

Map<String, Object Function()> functions
final

The functions related to JsonPath processing.

Implementation

static final functions = {
  'AES': () => Aes(),
  'IV': _createIv,
  'RSA': () => Rsa(),
};