copyWith method
Implementation
PropertyMetadata copyWith({String? dataId, String? rawContactId}) =>
PropertyMetadata(
dataId: dataId ?? this.dataId,
rawContactId: rawContactId ?? this.rawContactId,
);
PropertyMetadata copyWith({String? dataId, String? rawContactId}) =>
PropertyMetadata(
dataId: dataId ?? this.dataId,
rawContactId: rawContactId ?? this.rawContactId,
);