settings property

Map<String, dynamic> settings
final

Configuration settings specific to the handler type. For email: {to, from, subject, message, template} For webhook: {url, method, headers} For role: {role, type, association}

Implementation

final Map<String, dynamic> settings;