merge abstract method

GoldensConfig merge(
  1. covariant GoldensConfig? other
)

Creates a copy and merges this GoldensConfig with the given config, replacing all set fields of the copy with the given config's fields.

Implementation

GoldensConfig merge(covariant GoldensConfig? other);