copyWith method

ExtentStomachPostCommentEntity copyWith({
  1. int? graveManualGuardId,
  2. int? estateBrickLeafletUser,
  3. int? outputStageIndirectPost,
  4. String? outfitNearlyExactContent,
})

Implementation

i1.ExtentStomachPostCommentEntity copyWith(
        {int? graveManualGuardId,
        int? estateBrickLeafletUser,
        int? outputStageIndirectPost,
        String? outfitNearlyExactContent}) =>
    i1.ExtentStomachPostCommentEntity(
      graveManualGuardId: graveManualGuardId ?? this.graveManualGuardId,
      estateBrickLeafletUser:
          estateBrickLeafletUser ?? this.estateBrickLeafletUser,
      outputStageIndirectPost:
          outputStageIndirectPost ?? this.outputStageIndirectPost,
      outfitNearlyExactContent:
          outfitNearlyExactContent ?? this.outfitNearlyExactContent,
    );