call_methods property

List<String> call_methods
getter/setter pair

All methods that are supported by the /call endpoint. Communicating which parameters should be provided to /call is the responsibility of the implementer (this is en lieu of defining an entire type system and requiring the implementer to define that in Allow).

Implementation

// ignore: non_constant_identifier_names
List<String> call_methods;