Config.merge constructor

Config.merge(
  1. Config? other
)

Returns a combined version of the existing values of the default configuration and the provided values of another configuration.

Implementation

factory Config.merge(Config? other) = _Config.merge;