copyWith method

Implementation

AhaiCardHorizontalWithPopupModel copyWith({
  required String key,
  required List<AhaiCardHorizontalWithPopupDetailModel> data,
}) =>
    AhaiCardHorizontalWithPopupModel(
      key: key,
      data: data,
    );