config property

  1. @BuiltValueField(wireName: r'config')
JsonObject? config

Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings.

Implementation

@BuiltValueField(wireName: r'config')
JsonObject? get config;