config property

Map<String, dynamic> config
final

The configuration to apply to a given usage of a Builder.

A Map parsed from json or yaml. The value types will be String, num, bool or List or Map of these types.

Implementation

final Map<String, dynamic> config;