copyWith method

VgkCardVerticalTopBottomSubContentModel copyWith({
  1. required String key,
  2. required String value,
})

Implementation

VgkCardVerticalTopBottomSubContentModel copyWith({
  required String key,
  required String value,
}) =>
    VgkCardVerticalTopBottomSubContentModel(
      key: key,
      value: value,
    );