ExtentStomachPostCommentEntity constructor

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

Implementation

const ExtentStomachPostCommentEntity(
    {required this.graveManualGuardId,
    required this.estateBrickLeafletUser,
    required this.outputStageIndirectPost,
    required this.outfitNearlyExactContent});