copyWith method

VgkCardHorizontalWithPopupContentModel copyWith({
  1. required String key,
  2. required String src,
  3. required int value,
})

Implementation

VgkCardHorizontalWithPopupContentModel copyWith({
  required String key,
  required String src,
  required int value,
}) =>
    VgkCardHorizontalWithPopupContentModel(
      key: key,
      src: src,
      value: value,
    );