merge abstract method

T merge(
  1. T? other
)

merge other into this preset. Works as copyWith with all it's entry arguments assigned to other's corresponding fields.

Implementation

T merge(T? other);