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