copy<T> method

T? copy<T>([
  1. Mappable? other
])

Implementation

T? copy<T>([Mappable? other]) => {
      ...json,
      ...?other?.json,
    }.getObject<T>(as: this as T);