copyWith method
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,
);