operator & method

  1. @protected
  2. @visibleForTesting
Map<K, V> operator &(
  1. Map<K, V>? more
)

Implementation

@protected
@visibleForTesting
Map<K, V> operator &(Map<K, V>? more) => {...this, ...?more};